Skip to main content
Glama
vadim-a-yegorov

mcp-gemini-deep-research

mcp-gemini-deep-research

MCP Server for Google Gemini Deep Research via live Chrome cookies (no API key required).

Installation

uvx mcp-gemini-deep-research

Or install globally:

pip install mcp-gemini-deep-research

Usage

Run as an MCP server (stdio):

mcp-gemini-deep-research

Configure in your MCP client (e.g., Hermes, Cursor, etc.):

{
  "mcpServers": {
    "gemini-deep-research": {
      "command": "uvx",
      "args": ["mcp-gemini-deep-research"]
    }
  }
}

Requirements

  • Python 3.11+

  • Google Chrome signed into a Google account with access to Gemini Deep Research

  • macOS, Windows, or Linux

How it works

This server uses your live Chrome session cookies (__Secure-1PSID, __Secure-1PSIDTS) to authenticate with Google's Gemini web API — no API key needed. It runs the real autonomous Deep Research agent that plans, searches the web, reads sources, and synthesizes a cited report over several minutes.

Tool

gemini_deep_research(query: str, timeout: int = 600) — Run a deep research investigation. Returns a JSON report with ok, report (markdown), sources, elapsed_s, research_id, report_path, and stalled flag.

License

MIT

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vadim-a-yegorov/mcp-gemini-deep-research'

If you have feedback or need assistance with the MCP directory API, please join our Discord server