Skip to content
Cursor

Google Search Console for Cursor

com.getmcpads/google-search-console

Google Search Console MCP server: 20 read tools.

client:Cursor transport:stdio runtime:npm

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": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@getmcpads/google-search-console-mcp-server"
      ],
      "env": {
        "GSC_CLIENT_ID": "<GSC_CLIENT_ID>",
        "GSC_CLIENT_SECRET": "<GSC_CLIENT_SECRET>",
        "GSC_REFRESH_TOKEN": "<GSC_REFRESH_TOKEN>",
        "GSC_ACCESS_TOKEN": "<GSC_ACCESS_TOKEN>",
        "GSC_SITE_URL": "<GSC_SITE_URL>"
      }
    }
  }
}

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