Server data from the Official MCP Registry
MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection
MCP server for Google Search Console & Indexing API — search analytics, sitemaps, URL inspection
Set these up before or after installing:
Environment variable: GSC_CLIENT_ID
Environment variable: GSC_CLIENT_SECRET
Environment variable: GSC_REFRESH_TOKEN
Environment variable: GSC_SERVICE_ACCOUNT_KEY_PATH
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-mikusnuz-gsc": {
"env": {
"GSC_CLIENT_ID": "your-gsc-client-id-here",
"GSC_CLIENT_SECRET": "your-gsc-client-secret-here",
"GSC_REFRESH_TOKEN": "your-gsc-refresh-token-here",
"GSC_SERVICE_ACCOUNT_KEY_PATH": "your-gsc-service-account-key-path-here"
},
"args": [
"-y",
"@mikusnuz/gsc-mcp"
],
"command": "npx"
}
}
}The server is well-structured with proper authentication mechanisms and appropriate permissions for Google Search Console integration. Minor concerns include optional authentication with OAuth fallback and potential token exposure in URL parameters, but these align with the server's legitimate purpose. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 3 files · 7 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!