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.
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:
- Phát hiện Python 3.11+ và cài
seo-overviewtừ PyPI - Cấu hình MCP server vào
claude_desktop_config.json(Claude Desktop) - Cấu hình MCP server vào
~/.claude/settings.json(Claude Code CLI) - Cài plugin files vào
~/.local/share/seo-overview/plugin/ - Thêm shell function vào
~/.zshrc/~/.bashrcđể tự load--plugin-dir - Restart Claude Desktop (macOS)
Bước 2 — Upload plugin vào Cowork (1 lần duy nhất)
- Tải file
seo-overview.plugintừ trang Releases - 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.
- Tạo Service Account tại Google Cloud Console
- Bật: Google Sheets API + Google Drive API
- 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:
- Nhập domain cần phân tích
- Cung cấp dữ liệu — quét Google Drive folder tự động hoặc nhập từng file riêng
- Xác nhận danh sách file (bỏ trùng lặp / file không nhận dạng)
- Review outline báo cáo
- 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)
- Tải
seo-overview.pluginmới từ Releases - 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
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.