MiniMax-MCP
496
MiniMax MCP server provides APIs for generating text-to-speech and multimedia content, supporting MCP clients like Claude Desktop and Cursor. It enables voice cloning and multimedia generation while offering region-specific setups.
Overview
The MiniMax Model Context Protocol (MCP) server is an official platform enabling interaction with Text to Speech and video/image generation APIs. It supports various MCP clients, allowing users to generate speech, clone voices, and create video and images. Key tools include text_to_audio
, voice_clone
, generate_video
, and text_to_image
. The server supports different transport types like stdio and SSE, and there is a JavaScript implementation available.
Documentation
- MiniMax-MCP-JS - JavaScript implementation.
Quickstart with MCP Client
- Obtain your API key from MiniMax.
- Install
uv
, a Python package manager. - Configure tools like Claude Desktop and Cursor to utilize the MiniMax MCP services.