Comprehensive research tools including Google Search (web, news, images), web scraping with JavaScript rendering, academic paper search (arXiv, PubMed, IEEE), patent search, and YouTube transcript extraction.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y google-researcher-mcpAgent-CoreX intelligently routes which tools from zoharbabin/google-researcher-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"google-researcher-mcp": {
"command": "npx",
"args": [
"-y",
"google-researcher-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add google-researcher-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use zoharbabin/google-researcher-mcp directly without routing
npx -y google-researcher-mcpNew to Agent-CoreX? View setup guide →