SEO Tools: Google Search Console
About
MCP server for Google Search Console Search Analytics (read-only, OAuth or service account).
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_CLIENT_ID GOOGLE_CLIENT_SECRET GSC_REFRESH_TOKEN GSC_SITE_URLClaude Code
claude mcp add --env GOOGLE_CLIENT_ID= --env GOOGLE_CLIENT_SECRET= --env GSC_REFRESH_TOKEN= --env GSC_SITE_URL= seo-tools-mcp-gsc -- npx seo-tools-mcp-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":"seo-tools-mcp-gsc","command":"npx","args":["seo-tools-mcp-gsc"],"env":{"GOOGLE_CLIENT_ID":"","GOOGLE_CLIENT_SECRET":"","GSC_REFRESH_TOKEN":"","GSC_SITE_URL":""}}'
JSON
{
"mcpServers": {
"seo-tools-mcp-gsc": {
"command": "npx",
"args": [
"seo-tools-mcp-gsc"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GSC_REFRESH_TOKEN": "",
"GSC_SITE_URL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.