time vs gemini-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | gemini-mcp by RLabs-Inc | |
|---|---|---|
| Stars | ★ 85,748 | ★ 196 |
| 30d uses | — | — |
| Score | 77 | 51 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsMedia |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
gemini-mcp · Summary
MCP Server enabling Claude to interact with Google's Gemini models, offering text processing, image generation, video creation, and document analysis.
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-mcp · Use cases
- Content creation with image generation and editing workflows
- Research and analysis using web search, document processing, and summarization tools
- Development assistance through code analysis and brainstorming between Claude and Gemini
time · 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"]
}
}
}gemini-mcp · Install
# Using npm (Recommended)
claude mcp add gemini -s user -- env GEMINI_API_KEY=YOUR_KEY npx -y @rlabs-inc/gemini-mcp
# Using bun
claude mcp add gemini -s user -- env GEMINI_API_KEY=YOUR_KEY bunx @rlabs-inc/gemini-mcpOr install globally:
npm install -g @rlabs-inc/gemini-mngcli config set api-key YOUR_KEY