mcp-gemini-deep-research
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-gemini-deep-researchResearch the impact of AI on healthcare and produce a cited report."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-gemini-deep-research
MCP Server for Google Gemini Deep Research via live Chrome cookies (no API key required).
Installation
uvx mcp-gemini-deep-researchOr install globally:
pip install mcp-gemini-deep-researchRelated MCP server: Gemini Research MCP Server
Usage
Run as an MCP server (stdio):
mcp-gemini-deep-researchConfigure 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
This server cannot be deployed
Maintenance
Related MCP Connectors
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for Google Veo AI video generation
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that utilizes LangGraph and Google Gemini to conduct comprehensive research through multi-iteration deep searches and quick results. It provides high-quality analysis with automated citations and grounding metadata for thorough investigations.2MIT
- AlicenseAqualityBmaintenanceMCP server for AI-powered research using Gemini. Provides fast grounded web search, deep autonomous research, URL extraction, and session management.69MIT
- AlicenseAqualityBmaintenanceAn MCP server that exposes Gemini's Deep Research Agent for comprehensive web research.212 npm4MIT
- AlicenseAqualityCmaintenanceAn advanced MCP server that provides an agentic interface to Google's Gemini 3.1 models via Vertex AI, combining real-time Google Search, URL analysis, and Python code execution to solve complex multi-step research and data tasks.1MIT