Google Researcher
Freeby MCP Community
An MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants.
v6.0.3Added Apr 12, 2026
mcpmodel-context-protocolclaudeanthropicai-tools
Google Researcher MCP Server
An MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants.
Installation
Reviews
Installation
Quick install
npx -y google-researcher-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-researcher": {
"command": "npx",
"args": ["-y", "google-researcher-mcp"]
}
}
}