mcpx vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcpx by AIGC-Hackers | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 20 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsProductivityAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcpx · Summary
A command-line tool that exposes remote MCP servers as agent-friendly commands with OAuth support and schema discovery.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcpx · Use cases
- Automating workflows by calling MCP server tools through CLI commands
- Integrating multiple MCP servers into a single command interface for AI agents
- Managing and authenticating access to various MCP servers from a single registry
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
mcpx · Install
Install
Install the latest release:
curl -fsSL https://raw.githubusercontent.com/AIGC-Hackers/mcpx/main/install.sh | bashBy default, the installer downloads the executable JS bundle from GitHub Releases and installs it to ~/.local/bin/mcpx.
Set MCPX_INSTALL_DIR to choose another install directory.
Claude Desktop Integration
Add to Claude Desktop configuration:
{
"mcpServers": {
"mcpx": {
"command": "mcpx",
"args": []
}
}
}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"]
}
}
}