Gsc
Freeby MCP Community
Enhanced Model Context Protocol server for Google Search Console with 25K row limit, regex filters, and automatic quick wins detection
v0.3.0Added Apr 12, 2026
Gsc MCP Server
Enhanced Model Context Protocol server for Google Search Console with 25K row limit, regex filters, and automatic quick wins detection
Installation
Reviews
Installation
Quick install
npx -y mcp-server-gsc
Add to claude_desktop_config.json
{
"mcpServers": {
"gsc": {
"command": "npx",
"args": ["-y", "mcp-server-gsc"]
}
}
}