google-search-console-mcp

ncosentino/google-search-console-mcp
★ 3 stars C# 🔍 Search Updated 4d ago
An MCP server for working with Google Search Console.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "google-search-consol": {
      "command": "npx",
      "args": [
        "-y",
        "ncosentino/google-search-console-mcp"
      ]
    }
  }
}