Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-minimax-music-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server implementation for AI-powered audio generation using the MiniMax Music API. Developed by Falah.G.Salieh.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
AI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.
Music studio: ABC notation composition and Strudel live coding with ext-apps UI.
YouTube as a queryable database for AI agents. 41 tools, zero config.
The official ElevenLabs MCP server
MCP Security Weekly
Get CVE alerts and security updates for Mcp Minimax Music Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server implementation for AI-powered audio generation using the MiniMax Music API. Developed by Falah.G.Salieh.
This MCP server enables AI agents to generate music and audio content using the MiniMax Music API through the Model Context Protocol. It provides seamless integration with MCP hosts like Claude Desktop, allowing AI agents to create music and audio based on text prompts.
Clone the repository:
git clone https://github.com/yourusername/mcp-minimax-music-server.git
cd mcp-minimax-music-server
Install dependencies:
npm install
Build the server:
npm run build
Locate your Claude Desktop configuration file:
%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonAdd the following configuration:
{
"mcpServers": {
"minimax-music-server": {
"command": "node",
"args": [
"G:\\mcp-minimax-music-server\\build\\index.js"
],
"env": {
"AIML_API_KEY": "Bearer your-aiml-api-key-here"
}
}
}
}
⚠️ Important:
- Replace the path with your actual server path
- Add "Bearer " prefix to your API key
- Use double backslashes in Windows paths
Your AIML API key can be configured in two ways:
Environment Variables (Recommended)
"AIML_API_KEY": "Bearer 3d90d64a000c4e6eb02df7e52d2166d2"Direct Configuration
The server provides a tool called generate_audio with the following parameters:
prompt (required): Text prompt for audio generationmodel (optional): Set to "minimax-music"reference_audio_url (optional): URL of reference audiogeneration_id (optional): ID from previous generation for status checkingStart new generation:
Generate audio with prompt "Create a romantic love song with gentle acoustic guitar and soft vocals"
Check generation status:
Generate audio with generation_id "abc123" and prompt "Check status"
{
"toolResult": {
"status": "completed",
"id": "generation-id",
"audio_file": {
"url": "https://cdn.example.com/audio.mp3",
"content_type": "audio/mpeg",
"file_name": "output.mp3",
"file_size": 1024000
}
}
}
The server uses the MiniMax