MCPJungle vs time
Side-by-side comparison to help you pick between these two MCP servers.
MCPJungle by mcpjungle | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1,041 | ★ 85,748 |
| 30d uses | — | — |
| Score | 54 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsOps & InfraProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
MCPJungle · Summary
A self-hosted MCP gateway that centralizes multiple MCP servers behind one endpoint.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MCPJungle · Use cases
- Personal development setup with centralized MCP tools access
- Team infrastructure sharing MCP servers with access controls
- Simplifying AI client configuration by replacing multiple endpoints with one
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
MCPJungle · Install
Quick Start
Using Docker (Recommended)
curl -O https://raw.githubusercontent.com/mcpjungle/MCPJungle/refs/heads/main/docker-compose.yaml
docker compose up -dUsing Homebrew
brew install mcpjungle/mcpjungle/mcpjungleClaude Desktop Configuration
Add this to your Claude Desktop config:
{
"mcpServers": {
"mcpjungle": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8080/mcp",
"--allow-http"
]
}
}
}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"]
}
}
}