Back to MCP Servers
🔌

saurabhsharma2u/search-console-mcp

MITAPI key required

An MCP server to interact with Google Search Console and Bing Webmasters.

TypeScriptCommunication

Install

npx -y search-console-mcp

Required environment variables

BING_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "saurabhsharma2u-search-console-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "search-console-mcp"
      ],
      "env": {
        "BING_API_KEY": "<YOUR_BING_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.