MCP Directory

zoharbabin/google-researcher-mcp

GitHub
Web Utilities

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y google-researcher-mcp

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route zoharbabin/google-researcher-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add google-researcher-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use zoharbabin/google-researcher-mcp directly without routing

npx -y google-researcher-mcp

New to Agent-CoreX? View setup guide →

zoharbabin/google-researcher-mcp MCP Server — Agent-CoreX