Gsc Rs
БесплатноНе проверенMCP server for Google Search Console. 21 tools for search analytics, keyword opportunities, URL inspection, sitemaps, indexing, and property management.
Описание
MCP server for Google Search Console. 21 tools for search analytics, keyword opportunities, URL inspection, sitemaps, indexing, and property management.
README
A fast, single-binary MCP server for Google Search Console. 23 tools covering search analytics, URL inspection, sitemaps, indexing, site verification, and property management.
Features
- 23 tools across 9 groups: analytics, discovery, inspection, sitemaps, indexing, properties, meta
- End-to-end verification flow for unverified properties (DNS TXT/CNAME, HTML file, meta tag, etc.)
- Both auth methods: OAuth 2.0 (personal) and Service Account (automation)
- Error-as-UI: operational errors return guidance text, never crash the conversation
- Zero runtime deps: single Rust binary, no Node/Python/Java required
- sc-domain: support: domain properties work correctly from day one
Quick Start
Install
cargo install gsc-mcp-rs
Or build from source:
git clone https://github.com/eyupcanakman/gsc-mcp-rs.git
cd gsc-mcp-rs
cargo build --release
Configure Auth
Option 1: OAuth (personal use)
- Go to Google Cloud Console > APIs & Services > Credentials
- Create an OAuth 2.0 Client ID (Desktop app type)
- Enable these APIs on the same project: Search Console API, Indexing API, Site Verification API
- Save credentials:
mkdir -p ~/.config/gsc-mcp-rs
cat > ~/.config/gsc-mcp-rs/oauth_credentials.json << 'EOF'
{"client_id": "YOUR_CLIENT_ID", "client_secret": "YOUR_CLIENT_SECRET"}
EOF
- Authenticate (opens browser, completes via localhost callback):
gsc-mcp-rs auth
Option 2: Service Account (automation)
- Create a service account in Google Cloud Console
- Grant it access to your Search Console properties (Full permission)
- Download the JSON key and place it:
cp your-key.json ~/.config/gsc-mcp-rs/service_account.json
Or set the environment variable:
export GSC_SERVICE_ACCOUNT_PATH=/path/to/key.json
Add to Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"gsc": {
"command": "gsc-mcp-rs",
"args": ["stdio"]
}
}
}
Add to Claude Code
claude mcp add gsc-mcp-rs -- gsc-mcp-rs stdio
Tools (23)
Properties & Auth
| Tool | Description |
|---|---|
list_sites |
List all accessible GSC properties with permission levels |
get_site_details |
Get verification status and ownership details |
manage_site |
Add or remove a property (action: "add"|"delete", idempotent) |
start_site_verification |
Mint a verification token (DNS TXT/CNAME, HTML file, meta tag, etc.) for an unverified property |
verify_site |
Ask Google to confirm ownership after the token is in place |
reauthenticate |
Clear tokens for account switching |
Search Analytics
| Tool | Description |
|---|---|
search_analytics |
All dimensions, filters, 25K rows, sorting. Use breakdown for device/country splits |
compare_periods |
Side-by-side period comparison with deltas |
performance_overview |
Quick aggregate summary + daily trend |
page_query_breakdown |
Which queries drive traffic to a specific page |
Discovery & Analysis
| Tool | Description |
|---|---|
top_pages |
Best-performing pages by clicks/impressions/CTR/position |
keyword_opportunities |
5 modes: quick_wins (default), cannibalization, ctr_gaps, declining, growing |
brand_query_analysis |
Brand vs non-brand traffic split |
keyword_trend |
Daily tracking of a single keyword |
detect_anomalies |
Automatic drop detection with severity levels |
Search Appearance
| Tool | Description |
|---|---|
query_by_search_appearance |
Filter by rich result type (FAQ, VIDEO, etc.) |
Export
| Tool | Description |
|---|---|
export_analytics |
Force CSV file export for large datasets |
URL Inspection
| Tool | Description |
|---|---|
inspect_url |
Check indexing status of a single URL |
batch_inspect_urls |
Inspect up to 50 URLs with configurable concurrency |
Sitemaps
| Tool | Description |
|---|---|
list_sitemaps |
List submitted sitemaps with status |
manage_sitemap |
Submit or remove a sitemap (action: "submit"|"delete", idempotent) |
Indexing API
| Tool | Description |
|---|---|
request_indexing |
Request Google to crawl a URL |
Meta
| Tool | Description |
|---|---|
api_reference |
All dimensions and metrics with descriptions and value ranges |
Environment Variables
| Variable | Default | Description |
|---|---|---|
GSC_MCP_CONFIG_DIR |
~/.config/gsc-mcp-rs/ |
Config and token storage directory |
GSC_MCP_OUTPUT_DIR |
System temp dir | CSV export directory |
GSC_SERVICE_ACCOUNT_PATH |
(none) | Path to service account JSON key |
CLI Usage
gsc-mcp-rs stdio # stdio transport (default)
gsc-mcp-rs auth # Interactive OAuth flow
gsc-mcp-rs --version # Show version
gsc-mcp-rs --help # Show help
Docker
docker build -t gsc-mcp-rs .
docker run -i --rm -v ~/.config/gsc-mcp-rs:/root/.config/gsc-mcp-rs gsc-mcp-rs
Minimum Supported Rust Version (MSRV)
Rust 1.85 or later.
Contributing
See CONTRIBUTING.md for development setup and guidelines.
Security
See SECURITY.md for the vulnerability reporting process.
License
MIT. See LICENSE.
Установка Gsc Rs
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/eyupcanakman/gsc-mcp-rsFAQ
Gsc Rs MCP бесплатный?
Да, Gsc Rs MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Gsc Rs?
Нет, Gsc Rs работает без API-ключей и переменных окружения.
Gsc Rs — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Gsc Rs в Claude Desktop, Claude Code или Cursor?
Открой Gsc Rs на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Gsc Rs with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
