Odel
google researcher mcp

google researcher mcp

Local
@zoharbabin35TypeScriptMITUpdated 2mo ago

MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgoogle-researcher-mcpv6.3.3

Run

npx -y google-researcher-mcp

MCP client config

{
  "mcpServers": {
    "google-researcher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "google-researcher-mcp"
      ]
    }
  }
}