Search Console MCP for Cursor
io.github.saurabhsharma2u/search-console-mcp
Google Search Console + Bing + GA4 + AdSense — unified SEO intelligence for AI agents.
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"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>",
"BING_API_KEY": "<BING_API_KEY>",
"PAGESPEED_API_KEY": "<PAGESPEED_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs