0
/ 100
1 month ago
glama

Google Search Console MCP Server

Connects Google Search Console to AI assistants, enabling SEO data analysis through natural language conversations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Reads files from sensitive locations
Touches: service_account_credentials.json, service_account_credentials.json
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — gsc_export_search_analytics_snapshot (line 5869: with open(manifest_path, "w", encoding="utf-8") as f:)
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGSC_CREDENTIALS_PATH"": "/full/path/to/service_account.json",
configGSC_OAUTH_CLIENT_SECRETS_FILE"": "/full/path/to/client_secrets.json"
configGSC_CONFIG_DIR
configGSC_SKIP_OAUTH"": "true"
configGSC_ALLOW_DESTRUCTIVENo false Set to "true" to enable add/delete site and submit/delete sitemap external mutation tools
configGSC_ALLOW_REMOTE_SSENo false Required to bind SSE/HTTP transport to a non-loopback host such as 0.0.0.0
configGSC_DATA_STATE
configGSC_EXPORT_DIRNo <GSC config dir>/exports Directory for read-only Search Analytics snapshot exports. Relative values are expanded to absolute paths. Tool args cannot override this path.
configMCP_TRANSPORTsse GSC_ALLOW_REMOTE_SSE=true MCP_HOST=0.0.0.0 MCP_PORT=3001 python gsc_server.py
configMCP_HOSTMCP_TRANSPORT=sse GSC_ALLOW_REMOTE_SSE=true =0.0.0.0 MCP_PORT=3001 python gsc_server.py
configMCP_PORTMCP_TRANSPORT=sse GSC_ALLOW_REMOTE_SSE=true MCP_HOST=0.0.0.0 =3001 python gsc_server.py
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 9 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/shutovdef-dotcom-google-search-console-mcp-1oe282)](https://m8ven.ai/mcp/shutovdef-dotcom-google-search-console-mcp-1oe282)
commit: c76456cc023abe567c4d653220ba6d12d2173368
code hash: 76b7c21114e868265472762e69d7c4a87981bd21d77a34bce11fa1129a8ef63f
verified: 6/25/2026, 9:56:01 AM
view raw JSON →