Google Search Console MCP for Cursor
io.github.a1-x-tech/mcp-google-search-console
MCP server for the Google Search Console API: search analytics, sitemaps, URL inspection, sites.
client:Cursor
transport:stdio
runtime:npm
Install Google Search Console MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-google-search-console": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-search-console"
],
"env": {
"GOOGLE_SEARCH_CONSOLE_CLIENT_ID": "<GOOGLE_SEARCH_CONSOLE_CLIENT_ID>",
"GOOGLE_SEARCH_CONSOLE_CLIENT_SECRET": "<GOOGLE_SEARCH_CONSOLE_CLIENT_SECRET>",
"GOOGLE_SEARCH_CONSOLE_REFRESH_TOKEN": "<GOOGLE_SEARCH_CONSOLE_REFRESH_TOKEN>",
"GOOGLE_SEARCH_CONSOLE_ACCESS_TOKEN": "<GOOGLE_SEARCH_CONSOLE_ACCESS_TOKEN>",
"GOOGLE_SEARCH_CONSOLE_OAUTH_PORT": "<GOOGLE_SEARCH_CONSOLE_OAUTH_PORT>",
"GOOGLE_SEARCH_CONSOLE_API_BASE": "<GOOGLE_SEARCH_CONSOLE_API_BASE>",
"GOOGLE_SEARCH_CONSOLE_TIMEOUT_MS": "<GOOGLE_SEARCH_CONSOLE_TIMEOUT_MS>",
"GOOGLE_SEARCH_CONSOLE_MAX_RETRIES": "<GOOGLE_SEARCH_CONSOLE_MAX_RETRIES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs