mcp-server-gsc

ahonn/mcp-server-gsc
★ 186 stars TypeScript 🔍 Search Updated 1mo ago
A Model Context Protocol (MCP) server providing access to Google Search Console
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": {
    "mcp-server-gsc": {
      "command": "npx",
      "args": [
        "-y",
        "ahonn/mcp-server-gsc"
      ]
    }
  }
}