MiniMax-Coding-Plan-MCP vs time
Side-by-side comparison to help you pick between these two MCP servers.
MiniMax-Coding-Plan-MCP by MiniMax-AI | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 79 | ★ 85,748 |
| 30d uses | — | — |
| Score | 45 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 3 mo ago | this month |
MiniMax-Coding-Plan-MCP · Summary
Specialized MCP server providing coding-specific tools like web search and image analysis for MiniMax users.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
MiniMax-Coding-Plan-MCP · Use cases
- Enhancing code documentation with web search
- Analyzing UI designs and screenshots for implementation
- Researching code solutions and best practices
- Translating visual mockups to code implementations
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
MiniMax-Coding-Plan-MCP · Install
Installation
- Get your API key from [MiniMax](https://www.minimax.io/platform/user-center/basic-information/interface-key).
- Install
uv(Python package manager):curl -LsSf https://astral.sh/uv/install.sh | sh - Configure your MCP client with the following settings:
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"MiniMax": {
"command": "uvx",
"args": [
"minimax-coding-plan-mcp",
"-y"
],
"env": {
"MINIMAX_API_KEY": "insert-your-api-key-here",
"MINIMAX_API_HOST": "https://api.minimax.io" // or "https://api.minimaxi.com" for mainland
}
}
}
}Cursor
Go to Cursor -> Preferences -> Cursor Settings -> MCP -> Add new global MCP Server and add the above configuration.
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"]
}
}
}