The MCP server of MusicMCP.AI - AI Music Generation Platform
Project description
๐ต MusicMCP.AI MCP Server
AI-Powered Music Generation with Model Context Protocol
Official MusicMCP.AI Model Context Protocol (MCP) server that enables seamless interaction with our advanced AI music generation platform. This server allows MCP clients like Claude Desktop, OpenAI Agents and others to generate AI music through natural language commands.
โจ Features
- ๐ผ AI Music Generation: Generate songs based on text prompts using MusicMCP.AI's state-of-the-art AI models
- ๐ต Dual Generation Modes: Support for both inspiration mode and custom mode
- ๐ Direct Download Links: Get direct download URLs for generated music
- ๐น Instrumental Options: Generate instrumental-only music or full songs with vocals
- โ API Key Validation: Check your API key validity and remaining credits
- ๐ฅ Health Monitoring: Check API service health status
- ๐ API Information: Get detailed information about available endpoints and costs
๐ Quickstart with Claude Desktop
- Get Your API Key: Obtain your API key from MusicMCP.AI Platform
- Install uv: Install the Python package manager with
curl -LsSf https://astral.sh/uv/install.sh | sh - Configure Claude: Go to Claude > Settings > Developer > Edit Config > claude_desktop_config.json and add:
{
"mcpServers": {
"MusicMCP.AI": {
"command": "uvx",
"args": [
"aimusic-mcp"
],
"env": {
"MUSICMCP_API_KEY": "<insert-your-api-key-here>",
"MUSICMCP_API_URL": "https://www.musicmcp.ai/api",
"TIME_OUT_SECONDS": "600"
}
}
}
}
- Restart Claude: Restart the Claude app and you'll see 5 MCP tools available, indicating successful loading
โ๏ธ Environment Variables
| Variable | Description | Default | Required |
|---|---|---|---|
MUSICMCP_API_KEY |
Your MusicMCP.AI API key | - | โ Yes |
MUSICMCP_API_URL |
MusicMCP.AI API base URL | https://www.musicmcp.ai/api |
โ No |
TIME_OUT_SECONDS |
Timeout for music generation in seconds | 600 (10 min) |
โ No |
๐ ๏ธ Available Tools
1. ๐ผ Generate Prompt Song (Inspiration Mode)
Generate AI music based on simple text descriptions. AI automatically creates title, lyrics, and style.
Cost: 5 credits per generation (creates 2 songs)
Parameters:
prompt(str): Simple description of the music theme (1-1200 characters)instrumental(bool): Whether to generate instrumental music onlystyle(str, optional): Music style (e.g., "ambient", "pop", "rock")
Example Prompts:
"Help me generate a song about a peaceful morning"
"Want a song that expresses longing"
"Create music about friendship"
Output Example:
โ
Song 1 generated successfully!
๐ Title: Peaceful Morning
๐ ID: c7630638-b8ba-4984-876b-6dd7e6eeb796
๐ Download URL: https://cdn.musicmcp.ai/songs/abc123.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/abc123.jpg
โฑ๏ธ Duration: 180s
๐ต Style Tags: ambient, meditation, peaceful
๐น Instrumental: No
๐
Created: 2025-01-15T10:30:45.123Z
๐ Lyrics Preview:
[Verse]
Gentle sunlight fills the room
Morning dew and sweet perfume...
You can download or play the audio from the URL above.
โ
Song 2 generated successfully!
๐ Title: Morning Peace
๐ ID: d8741749-c9cb-5095-987c-7ee8f7ffb907
๐ Download URL: https://cdn.musicmcp.ai/songs/def456.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/def456.jpg
โฑ๏ธ Duration: 213s
๐ต Style Tags: ambient, meditation, peaceful
๐น Instrumental: No
๐
Created: 2025-01-15T10:30:45.126Z
๐ Lyrics Preview:
[Verse]
Calm and quiet, soft and still
Peaceful thoughts upon the hill...
You can download or play the audio from the URL above.
2. ๐ต Generate Custom Song (Custom Mode)
Generate AI music with specific lyrics, title, and style parameters that you provide.
Cost: 5 credits per generation (creates 2 songs)
Parameters:
title(str): Song title (required)instrumental(bool): Whether to generate instrumental music only (required)lyric(str, optional): Complete lyrics content (not required when instrumental is true)tags(str, optional): Music style tags (e.g., 'pop', 'rock', 'folk')
Example Usage:
Please help me generate a song:
Title: Summer Dreams
Lyrics: [complete lyrics content]
Style: folk
Or for instrumental:
Title: Summer Breeze
Instrumental: yes
Style: ambient
Output Example:
โ
Custom song 'Summer Dreams' (version 1) generated successfully!
๐ Title: Summer Dreams
๐ ID: d1ed75a7-3e0b-42c6-b2be-7631204074fe
๐ Download URL: https://cdn.musicmcp.ai/songs/xyz789.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/xyz789.jpg
โฑ๏ธ Duration: 195s
๐ต Style Tags: folk, acoustic, summer
๐น Instrumental: No
๐
Created: 2025-01-15T11:45:30.456Z
๐ Lyrics Preview:
[Verse]
Walking through the summer fields
Golden wheat and nature's yields...
You can download or play the audio from the URL above.
โ
Custom song 'Summer Dreams' (version 2) generated successfully!
๐ Title: Summer Dreams
๐ ID: e2fe86b8-4f1c-53d7-c3cf-8742305185gf
๐ Download URL: https://cdn.musicmcp.ai/songs/uvw012.mp3
๐ผ๏ธ Cover Image: https://cdn.musicmcp.ai/images/uvw012.jpg
โฑ๏ธ Duration: 203s
๐ต Style Tags: folk, acoustic, summer
๐น Instrumental: No
๐
Created: 2025-01-15T11:45:30.459Z
๐ Lyrics Preview:
[Verse]
Walking through the summer fields
Golden wheat and nature's yields...
You can download or play the audio from the URL above.
3. โ Validate API Key
Check if your API key is valid and see your remaining credits.
Cost: Free
Example Usage:
"Validate my API key"
"Check my credit balance"
4. ๐ฅ Check API Health
Monitor the health status of the MusicMCP.AI API service.
Cost: Free
Example Usage:
"Check API service status"
5. ๐ Get API Info
Get detailed information about the API including rate limits and documentation.
Cost: Free
Example Usage:
"Get API information"
๐ฐ Credits & Pricing
| Operation | Credits Cost | Output |
|---|---|---|
| Generate Inspiration Music | 5 credits | 2 songs |
| Generate Custom Music | 5 credits | 2 songs |
| Query Music Status | 0 credits (Free) | - |
| Validate API Key | 0 credits (Free) | - |
| API Health Check | 0 credits (Free) | - |
| Get API Info | 0 credits (Free) | - |
๐ก Example Usage
โ ๏ธ Note: MusicMCP.AI credits are required to use the music generation tools.
Try asking Claude:
Inspiration Mode:
- "Please help me generate a song about a peaceful morning"
- "Want a song that expresses longing"
- "Create music about friendship"
- "Generate an ambient music track"
Custom Mode:
- "Please help me generate a song, Title: Summer Dreams, Lyrics: [complete lyrics], Style: folk"
- "Create a song, Title: Spring Promise, Lyrics: [complete lyrics], Pop style"
- "Generate an instrumental song, Title: Ocean Breeze, Style: ambient"
Management Functions:
- "Validate my API key"
- "Check how many credits I have left"
- "Check API service status"
๐ฆ Installation
Using uv (Recommended)
uvx aimusic-mcp
Using pip
pip install aimusic-mcp
๐ API Integration
This MCP server integrates with MusicMCP.AI's RESTful API:
POST /music/generate/inspiration: Create music generation task (inspiration mode)POST /music/generate/custom: Create custom music generation taskPOST /music/generate/query: Query music status (batch query supported)POST /validate: Validate API key and check creditsGET /health: Check API service healthGET /info: Get API information
๐ Async API Workflow
Music generation is asynchronous. The MCP server handles this automatically:
Step 1: Submit Generation Request
POST /music/generate/inspiration or /music/generate/custom
โ Returns: {"code": 200, "data": {"ids": ["id1", "id2"]}}
Step 2: Automatic Polling (handled internally by MCP)
POST /music/generate/query with {"ids": ["id1", "id2"]}
โ Polls every 2 seconds until status = 1 (completed)
โ Song status: 0 = Failed, 1 = Completed, 2 = In Progress
Step 3: Return Complete Song Information
Once all songs are completed, returns full details:
- songName, songUrl, imgUrl, duration, tags, etc.
Behind the Scenes:
- User calls
generate_prompt_song()orgenerate_custom_song() - MCP sends generation request โ receives 2 song IDs
- MCP automatically polls
/music/generate/queryevery 2 seconds - When all songs complete (status=1), returns download URLs
- Default timeout: 10 minutes (configurable via
TIME_OUT_SECONDS)
Important Notes:
- โฑ๏ธ Generation typically takes 2-5 minutes per song
- ๐ The MCP server handles all polling automatically
- ๐ต Each generation always creates 2 song variations
- ๐ฐ Credits (5) are deducted when generation request succeeds
- โ ๏ธ If generation fails, credits are NOT consumed
๐ Troubleshooting
Common Issues
-
API Key Error: Ensure
MUSICMCP_API_KEYis set correctly- Use the
validate_api_keytool to check your key
- Use the
-
Insufficient Credits (402 Error): You don't have enough credits
- Check your balance at https://www.musicmcp.ai
- Recharge your account
-
Timeout Errors: Increase
TIME_OUT_SECONDSif music generation takes longer
Logs
When running with Claude Desktop, logs can be found at:
- Windows:
%APPDATA%\Claude\logs\mcp-server-MusicMCP.AI.log - macOS:
~/Library/Logs/Claude/mcp-server-MusicMCP.AI.log
๐งช Development
Running Tests
pytest tests/
Local Development
python -m musicmcp_ai_mcp.api
Code Structure
musicmcp_ai_mcp/
โโโ __init__.py # Package initialization
โโโ __main__.py # CLI entry point
โโโ api.py # Core MCP server implementation (430 lines)
๐ Links
- Platform: https://www.musicmcp.ai
- Documentation: https://www.musicmcp.ai/docs
- Support: support@musicmcp.ai
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
Made with โค๏ธ by the MusicMCP.AI Team
Transform your ideas into music with AI
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aimusic_mcp-1.0.3.tar.gz.
File metadata
- Download URL: aimusic_mcp-1.0.3.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
60aab37fccf66ed15ebcf97f71c93c60a708e5657e20bb002219de19250514f7
|
|
| MD5 |
d9839ff212b389b464fc75001f47d288
|
|
| BLAKE2b-256 |
3268a5372d2f88f0231886bb91b675c2c153618abc03c6937c0c8389e48e133c
|
File details
Details for the file aimusic_mcp-1.0.3-py3-none-any.whl.
File metadata
- Download URL: aimusic_mcp-1.0.3-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0688623506f31a550d6f60738264d9f9e7e6b6ac84f2647796b0670554bf3a9a
|
|
| MD5 |
1a00c95cbb51f32c00e139a66c4375df
|
|
| BLAKE2b-256 |
fe71360fbb50a4045dee9ffefd0ef23e0f239e38432ffec50f27e5a617f9165b
|