Skip to main content

🎵 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
  • ✅ Credit Balance Check: Check your API key validity and remaining credits
  • 🏥 Health Monitoring: Check API service health status

🚀 Quickstart with Claude Desktop

  1. Get Your API Key: Obtain your API key from MusicMCP.AI Platform
  2. Install uv: Install the Python package manager with curl -LsSf https://astral.sh/uv/install.sh | sh
  3. 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"
            }
        }
    }
}
  1. Restart Claude: Restart the Claude app and you'll see 4 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 only
  • style (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:
[Verse]
Gentle sunlight fills the room
Morning dew and sweet perfume
Birds are singing their refrain
Another peaceful day again

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:
[Verse]
Calm and quiet, soft and still
Peaceful thoughts upon the hill
Nature's beauty all around
Gentle whispers, soothing sound

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:
[Verse]
Walking through the summer fields
Golden wheat and nature's yields
Sunshine dancing on my face
Summer's warm and sweet embrace

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:
[Verse]
Walking through the summer fields
Golden wheat and nature's yields
Sunshine dancing on my face
Summer's warm and sweet embrace

You can download or play the audio from the URL above.

3. ✅ Check Credit Balance

Check if your API key is valid and see your remaining credits.

Cost: Free

Example Usage:

"Check my credit balance"
"How many credits do I have left?"

4. 🏥 Check API Health

Monitor the health status of the MusicMCP.AI API service.

Cost: Free

Example Usage:

"Check API service status"

💰 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) -
Check Credit Balance 0 credits (Free) -
API Health Check 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:

  • "Check my credit balance"
  • "How many credits do 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 task
  • POST /music/generate/query: Query music status (batch query supported)
  • GET /credit: Check credit balance
  • GET /health: Check API service health

🔄 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:

  1. User calls generate_prompt_song() or generate_custom_song()
  2. MCP sends generation request → receives 2 song IDs
  3. MCP automatically polls /music/generate/query every 2 seconds
  4. When all songs complete (status=1), returns download URLs
  5. 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

  1. API Key Error: Ensure MUSICMCP_API_KEY is set correctly

    • Use the check_credit_balance tool to check your key
  2. Insufficient Credits (402 Error): You don't have enough credits

  3. Timeout Errors: Increase TIME_OUT_SECONDS if 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

📄 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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aimusic_mcp-1.0.6.tar.gz (14.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

aimusic_mcp-1.0.6-py3-none-any.whl (10.7 kB view details)

Uploaded Python 3

File details

Details for the file aimusic_mcp-1.0.6.tar.gz.

File metadata

  • Download URL: aimusic_mcp-1.0.6.tar.gz
  • Upload date:
  • Size: 14.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.17

File hashes

Hashes for aimusic_mcp-1.0.6.tar.gz
Algorithm Hash digest
SHA256 58eef2fc6101c357137a717eda8cdbb0289e91586b899c7a3c4885c13403f805
MD5 f228edb10c31276093dc1bfb616a4a9e
BLAKE2b-256 bce91e8354b76ee2a71758ff0c46e6e91981b710fc2faf3fc4ebabaa5b2a60f1

See more details on using hashes here.

File details

Details for the file aimusic_mcp-1.0.6-py3-none-any.whl.

File metadata

  • Download URL: aimusic_mcp-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 10.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.17

File hashes

Hashes for aimusic_mcp-1.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 ee0fdf004430bccc9b21342f2797abc861fecefd402c02dc918f4d37362196e1
MD5 66d1016c0bff89971aa05dceae28f617
BLAKE2b-256 9b78f6237446546a9598e2224962636eccd6fae338e613780dfa3d2bc74d6fe2

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.0.6 This release

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page