
MiniMax-MCP-JS
by MiniMax-AI·★ 122·综合分 44
JavaScript/TypeScript MCP服务器,提供MiniMax AI能力,包括图像/视频生成、语音合成和语音克隆。
概述
MiniMax-MCP-JS是Model Context Protocol的官方JavaScript实现,连接到MiniMax的AI服务。服务器提供多种工具,包括文本转语音、图像生成、视频创建、语音克隆和音乐生成。它支持多种配置方法,包括环境变量、命令行参数和请求参数,使其适用于不同的部署场景。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要通过 MCP 协议访问 MiniMax 的 AI 功能,包括文本转语音、图像生成和视频创作时,请选择此 MCP 服务器。
什么时候不要选它
如果您需要使用 MiniMax 以外的 AI 提供商,请不要选择此方案,因为它是一个供应商锁定的解决方案。
此 server 暴露的工具
从 README 抽取出 6 个工具text_to_audioConvert text to speech with customizable voice options
generate_imageGenerate images from text prompts
generate_videoCreate videos from text prompts with duration and quality options
voice_cloneClone voices from audio samples
music_generationGenerate music with customizable style and duration
voice_designCreate custom voices from descriptive prompts with preview audio
说明:Tool names were inferred from the features section and release notes, as there isn't a dedicated 'Tools' section in the README. The descriptions are based on the feature list and brief mentions of each capability.
可对比工具
安装
安装
通过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": "<本地输出路径>"
}
}
}
}FAQ
- 支持哪些地区?
- 服务器支持全球和中国大陆地区。请注意,API密钥和主机必须与地区匹配 - 全球版使用api.minimaxi.chat,中国大陆版使用api.minimax.chat。
- 有哪些传输模式可用?
- 支持三种传输模式:stdio(本地客户端默认)、REST(API服务)和SSE(需要服务器推送的应用程序)。
MiniMax-MCP-JS 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。