Skip to content
Cursor

Google Search Console for Cursor

io.github.acamolese/google-search-console-mcp

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

client:Cursor transport:stdio runtime:pypi

Install Google Search Console in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "google-search-console-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-google-search-console"
      ],
      "env": {
        "GSC_CLIENT_ID": "<GSC_CLIENT_ID>",
        "GSC_CLIENT_SECRET": "<GSC_CLIENT_SECRET>",
        "GSC_REFRESH_TOKEN": "<GSC_REFRESH_TOKEN>",
        "GSC_SERVICE_ACCOUNT_FILE": "<GSC_SERVICE_ACCOUNT_FILE>",
        "GSC_REPORT_LANGUAGE": "<GSC_REPORT_LANGUAGE>",
        "GSC_DATA_STATE": "<GSC_DATA_STATE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Google Search Console in other clients