registry vs time
Side-by-side comparison to help you pick between these two MCP servers.
registry by mcparmory | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 25 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityOther | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
registry · Summary
Production-ready MCP servers for 70+ APIs generated from OpenAPI specs with comprehensive tool coverage.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
registry · Use cases
- Enable AI agents to interact with GitHub for code management and issue tracking
- Connect AI systems with Google Workspace for document and spreadsheet operations
- Integrate AI assistants with Slack for team communication automation
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
registry · Install
# With uvx (no install needed)
uvx mcparmory-github
# With pip
pip install mcparmory-github
mcparmory-github**MCP client configuration** (Claude Desktop, Cursor, Codex, Claude Code):
{
"mcpServers": {
"github": {
"command": "uvx",
"args": ["mcparmory-github"],
"env": {
"BEARER_TOKEN": "ghp_your_token_here"
}
}
}
}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"]
}
}
}