SEO Overview MCP Server

SEO Overview MCP Server

Automates SEO report generation from Google Drive data via Claude Desktop, supporting multiple data types and exporting reports in DOCX, HTML, PPTX, and PNG formats.

Category
Visit Server

README

SEO Overview MCP Plugin

Tự động tạo báo cáo SEO tổng quan từ dữ liệu Google Drive.
Chạy trên Claude Desktop App — hỗ trợ lệnh /seo-overview:SEO-Overview trong Cowork.
Xuất báo cáo dạng DOCX · HTML · PPTX · PNG.


Cài Đặt

Bước 1 — Chạy 1 lệnh terminal

bash <(curl -sSL https://raw.githubusercontent.com/minhdo01011990-glitch/seo-overview/main/install.sh)

Script tự động:

  1. Phát hiện Python 3.11+ và cài seo-overview từ PyPI
  2. Cấu hình MCP server vào claude_desktop_config.json (Claude Desktop)
  3. Cấu hình MCP server vào ~/.claude/settings.json (Claude Code CLI)
  4. Cài plugin files vào ~/.local/share/seo-overview/plugin/
  5. Thêm shell function vào ~/.zshrc / ~/.bashrc để tự load --plugin-dir
  6. Restart Claude Desktop (macOS)

Bước 2 — Upload plugin vào Cowork (1 lần duy nhất)

  1. Tải file seo-overview.plugin từ trang Releases
  2. Mở Claude Desktop → Cowork → Settings → Plugins → Upload → chọn file vừa tải

Sau bước này, gõ /seo-overview:SEO-Overview trong Cowork là dùng được.


Yêu Cầu

  • Python 3.11+ (tải tại đây) hoặc uv
  • Claude Desktop App (Mac hoặc Windows)
  • Google Service Account JSON — để đọc Google Sheets / Drive (hướng dẫn)

Cấu Hình Google Service Account

Plugin cần Service Account để đọc Google Sheets và Google Drive folder.

  1. Tạo Service Account tại Google Cloud Console
  2. Bật: Google Sheets API + Google Drive API
  3. Tạo JSON key → thêm vào config:

Trong claude_desktop_config.json (Claude Desktop):

{
  "mcpServers": {
    "seo-overview": {
      "command": "seo-overview-server",
      "env": {
        "GOOGLE_SERVICE_ACCOUNT_JSON": "{\"type\":\"service_account\",...}"
      }
    }
  }
}

Hoặc set biến môi trường trước khi chạy seo-overview-install:

export GOOGLE_SERVICE_ACCOUNT_JSON='{"type":"service_account",...}'
seo-overview-install

Sử Dụng

Trong Claude Desktop → Cowork, gõ:

/seo-overview:SEO-Overview

Claude hướng dẫn từng bước:

  1. Nhập domain cần phân tích
  2. Cung cấp dữ liệu — quét Google Drive folder tự động hoặc nhập từng file riêng
  3. Xác nhận danh sách file (bỏ trùng lặp / file không nhận dạng)
  4. Review outline báo cáo
  5. Chọn định dạng xuất (DOCX / HTML / PPTX / PNG)

Cập Nhật Lên Phiên Bản Mới

Bước 1 — Cập nhật MCP server

bash <(curl -sSL https://raw.githubusercontent.com/minhdo01011990-glitch/seo-overview/main/install.sh)

Bước 2 — Cập nhật plugin Cowork

(Chỉ cần khi SKILL.md hoặc AGENT.md thay đổi — xem Release Notes)

  1. Tải seo-overview.plugin mới từ Releases
  2. Cowork → Settings → Plugins → xóa plugin cũUpload file mới

13 Loại Dữ Liệu Hỗ Trợ

data_type Mô tả
keywords Từ khóa + search volume + intent
rankings Thứ hạng từ khóa theo domain
monthly_traffic Lưu lượng organic theo tháng
url_traffic Traffic phân theo URL groups
seo_audit Lỗi kỹ thuật SEO
chatgpt_mentions Brand mentions trong ChatGPT
chatgpt_citations Domain citations trong ChatGPT
aio_domains AI Overview presence by domain
referral_domains Referring domains
competitor_domains Danh sách competitor
chatgpt_prompts Prompt list để test ChatGPT
analysis_comments Nhận xét của analyst
my_domain Domain cần phân tích

MCP Tools

Tool Mô tả
create_seo_session Khởi tạo session mới
scan_seo_folder Quét folder, tự nhận dạng data type từng file
load_seo_input Load một data type từ Sheets / file / text
get_session_summary Xem trạng thái session + sections sẵn sàng
generate_analysis_outline Preview key insights trước khi xuất
generate_seo_report Xuất báo cáo DOCX / HTML / PPTX / PNG

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured