gemini-flow vs time
Side-by-side comparison to help you pick between these two MCP servers.
gemini-flow by clduab11 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 383 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 4 mo ago | this month |
gemini-flow · Summary
Gemini-Flow is an archived production-ready AI orchestration platform with dual A2A and MCP protocol support.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
gemini-flow · Use cases
- Enterprise digital transformation with coordinated AI agent teams
- Multi-modal content creation with Google AI services
- Autonomous software development with Jules Tools integration
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
gemini-flow · Install
The project has been archived since January 29, 2026 and is no longer actively maintained. However, the previous installation method was:
npm install -g @clduab11/gemini-flow
gemini-flow init --protocols a2a,mcp --topology hierarchicalAs a Gemini CLI extension (before archival):
gemini extensions install https://github.com/clduab11/gemini-flow
gemini extensions enable gemini-flowtime · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}