Catalog
io.github.saurabhsharma2u/search-console-mcp
Officialby saurabhsharma2u · TypeScript
MCP server for GSC, Bing, and GA4. Includes analytics, health checks, and SEO insights.
Query Google Search Console, Bing, and GA4 for SEO analytics and website health insights.
Topics
googlesearchgooglesearchconsolemcp-serverseoseo-optimizationbing-webmasterga4googleanalytics
README not available yet.
Install
Configuration
Environment variables
GOOGLE_APPLICATION_CREDENTIALSrequiredsecretGoogle Cloud Service Account JSON key content or path
BING_API_KEYsecretBing API Key
claude_desktop_config.json
{
"mcpServers": {
"search-console-mcp": {
"command": "npx",
"args": [
"-y",
"search-console-mcp@1.14.0"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_GOOGLE_APPLICATION_CREDENTIALS>",
"BING_API_KEY": "<YOUR_BING_API_KEY>"
}
}
}
}