MCP Catalogs
Home

MiniMax-MCP-JS vs time

Side-by-side comparison to help you pick between these two MCP servers.

MiniMax-MCP-JS
by MiniMax-AI
time
by modelcontextprotocol
Stars★ 122★ 85,748
30d uses
Score4477
Official
Categories
AI / LLM ToolsMediaDeveloper Tools
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit10 mo agothis month

MiniMax-MCP-JS · Summary

JavaScript/TypeScript MCP server providing MiniMax AI capabilities including image/video generation, TTS, and voice cloning.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

MiniMax-MCP-JS · Use cases

  • Content creators generating images and videos with AI assistance
  • Developers integrating voice cloning and TTS into applications
  • Teams using MCP-compatible clients like Claude Desktop with MiniMax services

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-MCP-JS · Install

Installation

Via Smithery (Recommended for Claude Desktop)

npx -y @smithery/cli install @MiniMax-AI/MiniMax-MCP-JS --client claude

Manual Installation

# Install with pnpm (recommended)
pnpm add minimax-mcp-js

Configuration for Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "minimax-mcp-js": {
      "command": "npx",
      "args": [
        "-y",
        "minimax-mcp-js"
      ],
      "env": {
        "MINIMAX_API_HOST": "<https://api.minimaxi.chat|https://api.minimax.chat>",
        "MINIMAX_API_KEY": "<your-api-key-here>",
        "MINIMAX_MCP_BASE_PATH": "<local-output-dir-path>"
      }
    }
  }
}

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.