MCP server that gives AI agents read-only access to Google Search Console: search analytics, URL inspection, and sitemap status.
Server Config
{
"mcpServers": {
"gsc": {
"command": "node",
"args": [
"/absolute/path/to/google-search-console-mcp/build/index.js"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "/absolute/path/to/service-account-key.json"
}
}
}
}