search console mcp for Cursor
io.github.sudomichael/search-console-mcp
Google Search Console for any MCP client - 30-second login, no Google Cloud project. Read-only.
client:Cursor
transport:stdio
runtime:npm
Install search console mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"search-console-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"search-console-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs