google-gsc
About
Google Search Console MCP: search analytics, URL inspection, site management.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GOOGLE_APPLICATION_CREDENTIALSClaude Code
claude mcp add --env GOOGLE_APPLICATION_CREDENTIALS= google-gsc -- npx mcp-google-gsc
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"google-gsc","command":"npx","args":["mcp-google-gsc"],"env":{"GOOGLE_APPLICATION_CREDENTIALS":""}}'
JSON
{
"mcpServers": {
"google-gsc": {
"command": "npx",
"args": [
"mcp-google-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.