Skip to content
Claude Desktop

googlebot for Claude Desktop

com.seoapi/googlebot

Validate whether an IP address belongs to Googlebot. Remote MCP server exposing a validate_ip tool.

client:Claude Desktop transport:streamable-http

Install googlebot in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "googlebot": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://googlebot.seoapi.com/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

googlebot in other clients