google gsc for Cursor
io.github.mharnett/google-gsc
Google Search Console MCP: search analytics, URL inspection, site management.
client:Cursor
transport:stdio
runtime:npm
Install google gsc in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-gsc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs