MCP Catalogs
Home

metamcp vs time

Side-by-side comparison to help you pick between these two MCP servers.

metamcp
by metatool-ai
time
by modelcontextprotocol
Stars★ 2,328★ 85,748
30d uses
Score5577
Official
Categories
Developer ToolsOps & InfraAI / LLM Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit3 mo agothis month

metamcp · Summary

MetaMCP is a unified MCP proxy that aggregates multiple MCP servers into one with middleware support.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

metamcp · Use cases

  • Grouping multiple MCP servers into a single namespace with a public endpoint
  • Remixing MCP servers by selecting specific tools for specific use cases
  • Enhanced debugging and inspection of MCP server configurations

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

metamcp · Install

Installation

  1. **Docker Compose (Recommended)**:
git clone https://github.com/metatool-ai/metamcp.git
cd metamcp
cp example.env .env
docker compose up -d
  1. **Local Development**:
pnpm install
pnpm dev

Claude Desktop Configuration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "metamcp": {
      "command": "docker",
      "args": ["run", "--rm", "metatool-ai/metamcp"]
    }
  }
}

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.