MCP Catalogs
首页MiniMax-MCP-JS screenshot

MiniMax-MCP-JS

by MiniMax-AI·122·综合分 44

JavaScript/TypeScript MCP服务器,提供MiniMax AI能力,包括图像/视频生成、语音合成和语音克隆。

ai-llmmediadeveloper-tools
34
Forks
9
活跃 Issue
10 个月前
最近提交
2 天前
收录于

概述

MiniMax-MCP-JS是Model Context Protocol的官方JavaScript实现,连接到MiniMax的AI服务。服务器提供多种工具,包括文本转语音、图像生成、视频创建、语音克隆和音乐生成。它支持多种配置方法,包括环境变量、命令行参数和请求参数,使其适用于不同的部署场景。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:内容创作者利用AI辅助生成图像和视频
:开发人员将语音克隆和TTS集成到应用程序中
:团队使用MCP兼容客户端(如Claude Desktop)访问MiniMax服务
:支持哪些地区?
:有哪些传输模式可用?

什么时候选它

当您需要通过 MCP 协议访问 MiniMax 的 AI 功能,包括文本转语音、图像生成和视频创作时,请选择此 MCP 服务器。

什么时候不要选它

如果您需要使用 MiniMax 以外的 AI 提供商,请不要选择此方案,因为它是一个供应商锁定的解决方案。

此 server 暴露的工具

从 README 抽取出 6 个工具
  • text_to_audio

    Convert text to speech with customizable voice options

  • generate_image

    Generate images from text prompts

  • generate_video

    Create videos from text prompts with duration and quality options

  • voice_clone

    Clone voices from audio samples

  • music_generation

    Generate music with customizable style and duration

  • voice_design

    Create 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.

可对比工具

openai-mcpcohere-mcpanthropic-mcp

安装

安装

通过Smithery安装(推荐用于Claude Desktop)

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

手动安装

# 使用pnpm安装(推荐)
pnpm add minimax-mcp-js

Claude 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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。