Gemini DeepSearch MCP is an automated research agent that leverages Google Gemini models and Google Search to perform deep, multi-step web research.
Gemini Deepsearch MCP becomes available to MCP clients through the gemini deepsearch mcp mcp server. Gemini DeepSearch MCP is an automated research agent that leverages Google Gemini models and Google Search to perform deep, multi-step web research. It generates sophisticated queries, synthesizes information from search results, identifies knowledge gaps, and produces high-quality, citation-rich.
Gemini DeepSearch MCP is an automated research agent that leverages Google Gemini models and Google Search to perform deep, multi-step web research. It generates sophisticated queries, synthesizes information from search results, identifies knowledge gaps, and produces high-quality, citation-rich answers.
Once connected, the assistant can call these 7 tools directly:
Low — 1 query, 1 loop, Flash modelMedium — 3 queries, 2 loops, Flash modelHigh — 5 queries, 3 loops, Pro modelTesting — With Langsmith tracing bash GEMINI_API_KEY=AI******* LANGSMITH_API_KEY=ls******* LANGSMITH_TRACING=true make inspectmacOS — Edit ~/Library/Application Support/Claude/claude_desktop_config.json:Windows — The Windows tool exposed by this serverLinux — The Linux tool exposed by this serverThe server is distributed via PyPI as install, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 2 environment variables: GEMINI_API_KEY, LANGSMITH_API_KEY. Keep credentials in your client's env block or a secrets manager rather than committing them.
GEMINI_API_KEY environment variableDeveloper-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Gemini Deepsearch MCP sits in that group, and the shape of its toolset — Low, Medium, High among others — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Low | 1 query, 1 loop, Flash model |
| Medium | 3 queries, 2 loops, Flash model |
| High | 5 queries, 3 loops, Pro model |
| Testing | With Langsmith tracing bash GEMINI_API_KEY=AI******* LANGSMITH_API_KEY=ls******* LANGSMITH_TRACING=true make inspect |
| macOS | Edit ~/Library/Application Support/Claude/claude_desktop_config.json: |
| Windows | The Windows tool exposed by this server. |
| Linux | The Linux tool exposed by this server. |
{
"mcpServers": {
"gemini-deepsearch": {
"command": "uvx",
"args": ["install"],
"env": {
"GEMINI_API_KEY": "your-value",
"LANGSMITH_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
GEMINI_API_KEY environment variable| Variable | Description | Required |
|---|---|---|
| GEMINI_API_KEY | Credential the server authenticates with. | Yes |
| LANGSMITH_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.