Open-source MCP server for Google Search Console. 20 read-only tools with cannibalisation, query clustering and wins/losses analysis. Self-hosted. Apache-2.0.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-search-consol": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/google-search-console-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-search-consol npx -y getmcpads-com/google-search-console-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-search-consol": {
"command": "npx",
"args": [
"-y",
"getmcpads-com/google-search-console-mcp-server"
]
}
}
}
📋 Copy