Back to Apps

Google AI Mode MCP
Supports UIby pleaseprompto
Professional-grade web research via Google's AI Mode with cited, synthesized answers for any LLM.
0 stars
Works in:CursorWindsurfCodexzedGemini CLI
Exposes:Tools
What it does
Connects your AI agent to Google's AI Mode (udm=50), which synthesizes information from dozens of web sources into a single, comprehensive answer with inline citations. This replaces the tedious process of an agent reading multiple individual pages, significantly reducing token usage and hallucination risks.
Tools
search_ai: Performs a research query using Google AI Mode. Supports headless/visible browser modes and can save results directly to markdown files.
Installation
Add the following to your MCP config:
{
"mcpServers": {
"google-ai-search": {
"command": "npx",
"args": ["google-ai-mode-mcp@latest"]
}
}
}
Supported hosts
Claude Desktop, Cursor, Windsurf, Codex, Zed, Cline, Gemini-CLI
Quick install
npx google-ai-mode-mcp@latestInformation
- Pricing
- free
- Published
- 4/18/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
codex mcp add google-ai-search -- npx google-ai-mode-mcp@latestCursor
Add to ~/.cursor/mcp.json: {"google-ai-search": {"command": "npx", "args": ["google-ai-mode-mcp@latest"]}}Windsurf
Add to mcp_config.json: {"google-ai-search": {"command": "npx", "args": ["google-ai-mode-mcp@latest"]}}Gemini CLI
gemini mcp add google-ai-mode npx -y google-ai-mode-mcp@latest --scope userClaude Desktop
{"mcpServers": {"google-ai-search": {"command": "npx", "args": ["google-ai-mode-mcp@latest"]}}}





