MCP Catalogs
Home

emcee vs time

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

emcee
by mattt
time
by modelcontextprotocol
Stars★ 321★ 85,748
30d uses
Score4777
Official
Categories
Developer ToolsAI / LLM ToolsOther
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit7 mo agothis month

emcee · Summary

emcee converts OpenAPI specifications to MCP servers, enabling Claude Desktop and other apps to connect to web APIs.

time · Summary

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

emcee · Use cases

  • Connect Claude Desktop to custom web services via their OpenAPI specifications
  • Enable AI assistants to interact with internal APIs without custom MCP development
  • Transform existing API documentation into AI-accessible tools quickly

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

emcee · Install

Install emcee using Homebrew:

brew install mattt/tap/emcee

Configure Claude Desktop:

{
  "mcpServers": {
    "my-api": {
      "command": "emcee",
      "args": ["https://api.example.com/openapi.json"]
    }
  }
}

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.