All servers

MiniMax-MCP-JS

TypeScript

MiniMax-AI

Official MiniMax Model Context Protocol (MCP) JavaScript implementation that provides seamless integration with MiniMax's powerful AI capabilities including image generation, video generation, text-to-speech, and voice cloning APIs.

125Pushed 7/22/2025View on GitHub
69

Score Breakdown

Authentication30/30
Static Analysis15/25
Dependencies20/20
Behavior0/15
Maintenance4/10

Authentication

Tier A — OAuth 2.0 / OIDC

Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.

Last scanned 6/18/2026

Security Findings(1)

MEDIUM

command exec

src/utils/audio.ts:1

Tools(10)

generate_video

Generate a video based on text prompts.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

image_to_video

Generate a video based on an image.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

list_voices

List all available voices. Only supported when api_host is https://api.minimax.chat.

music_generation

Create a music generation task using AI models. Generate music from prompt and lyrics.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

play_audio

Play an audio file. Supports WAV and MP3 formats. Does not support video.

query_video_generation

Query the status of a video generation task.

text_to_audio

Convert text to audio with a given voice and save the output audio file to a given directory. If no directory is provided, the file will be saved to desktop. If no voice ID is provided, the default voice will be used.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

text_to_image

Generate images based on text prompts.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

voice_clone

Clone a voice using the provided audio file. New voices will incur costs when first used.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

voice_design

Generate a voice based on description prompts.\n\nNote: This tool calls MiniMax API and may incur costs. Use only when explicitly requested by the user.

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "MiniMax-MCP-JS": {
      "command": "npx",
      "args": [
        "-y",
        "https://github.com/MiniMax-AI/MiniMax-MCP-JS"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.