google search console for Cursor
com.mcparmory/google-search-console
Query search analytics, manage sitemaps, and inspect site URLs and status
client:Cursor
transport:stdio
runtime:pypi
Install google search console in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-search-console": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-google-search-console"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs