seo
Google Search Console MCP
52
ahonn
Access GSC search analytics, URL inspection, sitemap management, and detect quick-win keyword opportunities.
1200/wk2.6K tokens(1%)1w ago
Network
google-search-consoleseosearch-analyticsindexingkeywords
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"google-search-console-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-server-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "YOUR_GOOGLE_APPLICATION_CREDENTIALS"
}
}
}
}