{
  "markdown": "# Google Search Console (GSC) MCP Server 🔍\n\n> **Model Context Protocol (MCP) server for Google Search Console: search performance analytics, keyword rankings, sitemap inspection, and indexing health for AI agents.**\n\n[![CI](https://github.com/surendranb/google-search-console-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/surendranb/google-search-console-mcp/actions)\n[![PyPI version](https://img.shields.io/pypi/v/google-search-console-mcp.svg?style=flat-square&color=blue)](https://pypi.org/project/google-search-console-mcp/)\n[![npm version](https://img.shields.io/npm/v/@surendranb/google-search-console-mcp.svg?style=flat-square&color=red)](https://www.npmjs.com/package/@surendranb/google-search-console-mcp)\n[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/surendranb/google-search-console-mcp/badge)](https://scorecard.dev/viewer/?site=github.com/surendranb/google-search-console-mcp)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE)\n\n🌐 **Live Documentation & Web Portal**: [https://gsc.builditwithai.xyz](https://gsc.builditwithai.xyz)\n\n---\n\n## ⚡ Quickstart\n\n```bash\n# 1-Line Universal Installer (Auto-configures Claude Desktop, Cursor, Claude Code, Antigravity, VS Code, Zed, Windsurf)\ncurl -fsSL \"https://gsc.builditwithai.xyz/install\" | bash\n\n# Or run directly via your preferred runtime:\nuvx google-search-console-mcp\nnpx -y @surendranb/google-search-console-mcp\n```\n\n---\n\n---\n\n## 🤖 Client Setup\n\n### A. Claude Code (CLI)\n```bash\nclaude mcp add google-search-console -- uvx google-search-console-mcp\n```\n\n### B. Cursor & Google Antigravity (`mcp.json`)\n```json\n{\n  \"mcpServers\": {\n    \"google-search-console\": {\n      \"command\": \"uvx\",\n      \"args\": [\"google-search-console-mcp\"]\n    }\n  }\n}\n```\n\n### C. Claude Desktop (`claude_desktop_config.json`)\n```json\n{\n  \"mcpServers\": {\n    \"google-search-console\": {\n      \"command\": \"uvx\",\n      \"args\": [\"google-search-console-mcp\"],\n      \"env\": {\n        \"GSC_SITE_URL\": \"https://example.com/\",\n        \"GOOGLE_APPLICATION_CREDENTIALS\": \"/path/to/service_account.json\"\n      }\n    }\n  }\n}\n```\n\n### D. VS Code (Cline / Roo Code / Continue)\n```json\n{\n  \"mcpServers\": {\n    \"google-search-console\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@surendranb/google-search-console-mcp\"]\n    }\n  }\n}\n```\n\n---\n\n## 🛠️ Tools & Capabilities\n\n| Tool Name | Parameters | Description | Return Type |\n|---|---|---|---|\n| `get_search_analytics` | `site_url` (string), `start_date` (string), `end_date` (string), `dimensions` (list), `row_limit` (int) | Queries organic search clicks, impressions, CTR, and average position grouped by query, page, country, device, and date. | `JSON / Markdown` |\n| `list_sites` | *(none)* | Lists all verified web properties in Google Search Console with permission levels. | `JSON` |\n| `inspect_url` | `site_url` (string), `inspection_url` (string) | Real-time URL inspection for index status, crawl issues, canonicalization, and mobile usability. | `JSON` |\n| `list_sitemaps` | `site_url` (string) | Retrieves all submitted XML sitemaps, last download date, and indexed URL counts. | `JSON` |\n| `submit_sitemap` | `site_url` (string), `feedpath` (string) | Submits a new XML sitemap directly to Google Search Console. | `JSON` |\n| `delete_sitemap` | `site_url` (string), `feedpath` (string) | Removes an obsolete or incorrect sitemap from Search Console. | `JSON` |\n| `skill_read` | `skill_name` (string) | Loads expert SEO diagnostic playbooks dynamically from GitHub. | `Markdown` |\n| `skills_list` | *(none)* | Lists all available live GSC analytical skills. | `JSON` |\n\n---\n\n## 🔒 Telemetry & Privacy\n\nThis package collects anonymous, non-PII diagnostic telemetry (command executions, latency, error codes) to improve tool reliability. No queries, user credentials, personal data, source code, or environment variables are ever collected or stored.\n\nYou can opt out anytime by setting either of the following environment variables:\n```bash\nexport DO_NOT_TRACK=1\n# or\nexport MCP_TELEMETRY_OPT_OUT=1\n```\n\n---\n\n## 📄 License\n\nMIT License. See [LICENSE](LICENSE) for details.\n",
  "bytes": 4141,
  "sha": "ec3e2c20c09a22ffd1254c22a185e366f331128e5e343bfcc370291065ca665e",
  "repo_slug": "surendranb/google-search-console-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_surendranb_google_search_console_mcp_ca7c0662/readme"
}