gsc-mcp-server

serpfire/gsc-mcp-server
★ 10 stars JavaScript 🔍 Search Updated 9d ago
MCP server wrapping Google Search Console API with built-in SEO analysis tools
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gsc-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "serpfire/gsc-mcp-server"
      ]
    }
  }
}