Loomal

gemini-researcher

MCP server by github.com/capybearista/gemini-researcher

Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage

0 starsnpm: gemini-researcher

About gemini-researcher

gemini-researcher is an MCP (Model Context Protocol) server published by capybearista in the official MCP registry, listed under Search on Loomal. Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage

It ships as an npm package (gemini-researcher), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/capybearista/gemini-researcher.

Use gemini-researcher with your agent

Claude Code · one command
claude mcp add gemini-researcher -- npx -y gemini-researcher
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "gemini-researcher": {
      "command": "npx",
      "args": [
        "-y",
        "gemini-researcher"
      ]
    }
  }
}
npmgemini-researcher

Frequently asked questions

What is gemini-researcher?
gemini-researcher is an MCP (Model Context Protocol) server by capybearista in the Search category. Stateless MCP server that proxies research queries to Gemini CLI, reducing agent context/model usage
How do I connect gemini-researcher to Claude, Cursor, or another MCP client?
Install gemini-researcher from its npm package (gemini-researcher) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is gemini-researcher open source?
Yes — the source code is public at github.com/capybearista/gemini-researcher.
Can AI agents pay to use gemini-researcher?
Not yet through Loomal — gemini-researcher is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain gemini-researcher? Claim this listing free by verifying GitHub ownership, or contact us.