mcp-server-gsc

oscarcalvo/mcp-server-gsc
★ 0 stars TypeScript Search Updated 7d ago
Read-only trimmed fork of ahonn/mcp-server-gsc: Google Search Console MCP for Claude Code (stdio, service-account auth, 0 npm-audit vulns)
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "oscarcalvo/mcp-server-gsc"
      ]
    }
  }
}