time vs claude_code-gemini-mcp
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | claude_code-gemini-mcp by RaiAnsar | |
|---|---|---|
| Stars | ★ 85,748 | ★ 242 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | 11 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
claude_code-gemini-mcp · Summary
An MCP server bridging Claude Code with Google's Gemini for AI collaboration and code assistance.
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
claude_code-gemini-mcp · Use cases
- Getting AI-powered code reviews with security and performance focus
- Asking technical questions to Gemini within Claude Code interface
- Brainstorming solutions for complex programming challenges
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"]
}
}
}claude_code-gemini-mcp · Install
Installation
Quick Install
curl -sSL https://raw.githubusercontent.com/RaiAnsar/claude_code-gemini-mcp/main/install.sh | bashManual Install
- Clone the repository:
git clone https://github.com/RaiAnsar/claude_code-gemini-mcp.git
cd claude_code-gemini-mcp- Run setup with your API key:
./setup.sh YOUR_GEMINI_API_KEYClaude Desktop Configuration
Add to your Claude Desktop configuration:
{
"mcpServers": {
"gemini-collab": {
"command": "python3",
"args": ["~/.claude-mcp-servers/gemini-collab/server.py"]
}
}
}