time vs mmx-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | mmx-mcp-server by zth0828 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 31 |
| 30d uses | — | — |
| Score | 77 | 44 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsMediaProductivity |
| Language | TypeScript | JavaScript |
| Last commit | this month | 1 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mmx-mcp-server · Summary
MCP server providing MiniMax's multi-modal capabilities including text, search, image processing, voice synthesis and more.
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
mmx-mcp-server · Use cases
- Content creators generating images and videos using MiniMax's capabilities
- Researchers performing web searches and image analysis through MCP-enabled clients
- Developers integrating MiniMax's text, voice, and media generation into their workflows
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"]
}
}
}mmx-mcp-server · Install
npm install -g mmx-cli
git clone https://github.com/zth0828/mmx-mcp-server.git
cd mmx-mcp-server
npm install
npm run buildAdd to your Claude Desktop settings.json:
{
"mcpServers": {
"mmx": {
"command": "node",
"args": ["/path/to/mmx-mcp-server/dist/index.js"],
"env": {
"MINIMAX_API_KEY": "sk-xxxxx"
}
}
}
}