Back to Apps

MCP Gemini Search
by arjunprabhulal
Connect Gemini 2.5 Pro to flight search tools via Model Context Protocol for natural language travel queries.
56 stars
Updated 1 year ago
Works in:claude
Exposes:Tools
What it does\nThis server acts as a bridge between Google's Gemini 2.5 Pro and flight search capabilities. It enables an AI to convert conversational user requests into structured flight searches by leveraging Gemini's function calling and the Model Context Protocol (MCP).\n\n## Tools\n- flight_search: Searches for available flights between two cities on a specific date using SerpAPI.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"mcp-gemini-search\": {\n \"command\": \"python3\",\n \"args\": [\"/path/to/mcp-gemini-search/client.py\"],\n \"env\": {\n \"GEMINI_API_KEY\": \"YOUR_GEMINI_API_KEY\",\n \"SERP_API_KEY\": \"YOUR_SERPAPI_API_KEY\"\n }\n }\n }\n}\n\n\n## Supported hosts\n- claude
Quick install
pip install mcp-flight-searchInformation
- Pricing
- free
- Published
- 5/4/2026
- Updated
- 1 year ago
- stars
- 56
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add to claude_desktop_config.json with GEMINI_API_KEY and SERP_API_KEY env vars.





