HomeMarketing & E-Commerce › Google Search Console

Google Search Console

Google Search Console: SEO audits, performance queries, URL inspection, indexing checks.

Python Cloud
★ 8 stars Last pushed 2026-08-22 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 3.0.1)

uvx mcp-google-search-console

Or add to your MCP client config:

{
  "mcpServers": {
    "google-search-console-mcp": {
      "command": "uvx",
      "args": [
        "mcp-google-search-console"
      ],
      "env": {
        "GSC_CLIENT_ID": "<YOUR_VALUE>",
        "GSC_CLIENT_SECRET": "<YOUR_VALUE>",
        "GSC_REFRESH_TOKEN": "<YOUR_VALUE>",
        "GSC_SERVICE_ACCOUNT_FILE": "<YOUR_VALUE>",
        "GSC_REPORT_LANGUAGE": "<YOUR_VALUE>",
        "GSC_DATA_STATE": "<YOUR_VALUE>"
      }
    }
  }
}
  • GSC_CLIENT_ID — OAuth client ID from a Desktop app credential in Google Cloud Console.
  • GSC_CLIENT_SECRET secret — OAuth client secret paired with GSC_CLIENT_ID.
  • GSC_REFRESH_TOKEN secret — OAuth refresh token, from `mcp-google-search-console auth`.
  • GSC_SERVICE_ACCOUNT_FILE — Path to a service account JSON key, as an alternative to OAuth.
  • GSC_REPORT_LANGUAGE — Language of the generated HTML audit report: en or it. Defaults to en.
  • GSC_DATA_STATE — Default freshness of the data: all (includes today's partial data) or final.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry