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 | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | 7 mo ago | this 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/emceeConfigure 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"]
}
}
}