MiniMax-MCP-JS vs time
并排对比,帮你在这两个 MCP server 之间做选择。
MiniMax-MCP-JS by MiniMax-AI | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 122 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 44 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具多媒体开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 10 个月前 | 本月 |
MiniMax-MCP-JS · 概述
JavaScript/TypeScript MCP服务器,提供MiniMax AI能力,包括图像/视频生成、语音合成和语音克隆。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
MiniMax-MCP-JS · 使用场景
- 内容创作者利用AI辅助生成图像和视频
- 开发人员将语音克隆和TTS集成到应用程序中
- 团队使用MCP兼容客户端(如Claude Desktop)访问MiniMax服务
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
MiniMax-MCP-JS · 安装
安装
通过Smithery安装(推荐用于Claude Desktop)
npx -y @smithery/cli install @MiniMax-AI/MiniMax-MCP-JS --client claude手动安装
# 使用pnpm安装(推荐)
pnpm add minimax-mcp-jsClaude Desktop配置
添加到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": "<您的API密钥>",
"MINIMAX_MCP_BASE_PATH": "<本地输出路径>"
}
}
}
}time · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}