mcp-gemini-search vs ultimate_mcp_server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-gemini-search by arjunprabhulal | ultimate_mcp_server by Dicklesworthstone | |
|---|---|---|
| Stars | ★ 56 | ★ 149 |
| 30d uses | — | — |
| Score | 39 | 85 |
| Official | — | — |
| Categories | AI / LLM ToolsSearchCommunication | AI / LLM ToolsBrowser AutomationFile System |
| Language | Python | Python |
| Last commit | 14 mo ago | 2 mo ago |
mcp-gemini-search · Summary
MCP server integrating Gemini 2.5 Pro with flight search tools via function calling.
ultimate_mcp_server · Summary
Comprehensive MCP server providing dozens of capabilities for AI agents including LLM delegation, browser automation, document processing, and cognitive memory systems.
mcp-gemini-search · Use cases
- Travel assistants that understand natural language flight requests
- Booking systems with AI-powered search capabilities
- Integration of LLM intelligence with specialized search tools
ultimate_mcp_server · Use cases
- Complex document processing and analysis with OCR and structured data extraction
- Web automation and research across multiple sites with browser control
- Cost-optimized AI workflows through intelligent task delegation between models
mcp-gemini-search · Install
Installation
- Clone the repository:
git clone https://github.com/arjunprabhulal/mcp-gemini-search.git
cd mcp-gemini-search- Install dependencies:
pip install -r requirements.txt
pip install mcp-flight-search- Set environment variables:
export GEMINI_API_KEY="YOUR_GEMINI_API_KEY"
export SERP_API_KEY="YOUR_SERPAPI_API_KEY"- Run the client:
python client.pyultimate_mcp_server · Install
Installation
- Clone the repository:
git clone https://github.com/Dicklesworthstone/ultimate_mcp_server.git
cd ultimate_mcp_server- Install dependencies:
pip install -e .- For Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"ultimate-mcp": {
"command": "python",
"args": ["-m", "ultimate_mcp_server"],
"env": {
"PYTHONPATH": "."
}
}
}
}- Run the server:
python -m ultimate_mcp_server