MCP Catalogs
Home

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
Score5477
Official
Categories
Developer ToolsOps & InfraProductivity
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last committhis monththis 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 -d

Using Homebrew

brew install mcpjungle/mcpjungle/mcpjungle

Claude 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.