MCP server for the Google Search Console API — search analytics, sitemaps, URL inspection and site management
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-google-search-co": {
"command": "npx",
"args": [
"-y",
"A1-x-Tech/mcp-google-search-console"
]
}
}
}
Run in terminal:
claude mcp add mcp-google-search-co npx -y A1-x-Tech/mcp-google-search-console
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-google-search-co": {
"command": "npx",
"args": [
"-y",
"A1-x-Tech/mcp-google-search-console"
]
}
}
}