MCP Google Search Console for Cursor
io.github.crunchtools/google-search-console
Secure MCP server for Google Search Console analytics, sitemaps, and URL inspection
client:Cursor
transport:stdio
runtime:pypi
Install MCP Google Search Console in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-search-console": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-google-search-console-crunchtools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs