★ 86 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
MCP server for free Google AI Mode search with citations. Query optimization, CAPTCHA handling, multi-agent support. Works with Claude Code, Cursor, Cline, Windsurf.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-ai-mode-mcp": {
"command": "npx",
"args": [
"-y",
"PleasePrompto/google-ai-mode-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-ai-mode-mcp npx -y PleasePrompto/google-ai-mode-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-ai-mode-mcp": {
"command": "npx",
"args": [
"-y",
"PleasePrompto/google-ai-mode-mcp"
]
}
}
}
📋 Copy
Topics
browser-automation citations claude-code cline codex cursor google-ai-mode mcp model-context-protocol patchright typescript web-research