Loading MCP server directory, please wait...
MCP server providing Google Search, web scraping, and multi-source research tools for AI assistants
npx @getmcp/cli add io.github.zoharbabin/google-researcherRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_CUSTOM_SEARCH_API_KEYGoogle Custom Search API key
GOOGLE_CUSTOM_SEARCH_IDGoogle Programmable Search Engine ID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.zoharbabin/google-researcher": {
"command": "node",
"args": [
"google-researcher-mcp"
],
"env": {
"GOOGLE_CUSTOM_SEARCH_API_KEY": "",
"GOOGLE_CUSTOM_SEARCH_ID": ""
}
}
}
}