G
Google Search Console
🔍 Search & Research
Query Google Search Console — search analytics, top queries and pages, indexing status and sitemaps for your sites.
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"google-search-console": {
"command": "npx",
"args": [
"-y",
"mcp-server-gsc"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "your-google-application-credentials-here"
}
}
}
}