The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCPSuno listing page.
A Model Context Protocol (MCP) server for AI music generation using Suno through the AceDataCloud API.
Generate AI music, lyrics, and manage audio projects directly from Claude, VS Code, or any MCP-compatible client.
| Tool | Description |
|---|---|
suno_generate_music | Generate AI music from a text prompt using Suno's Inspiration Mode. |
suno_generate_custom_music | Generate AI music with full control over lyrics, title, and style (Custom Mode). |
suno_extend_music | Extend an existing song from a specific timestamp with new lyrics. |
suno_cover_music | Create a cover or remix version of an existing song in a different style. |
suno_concat_music | Concatenate extended song segments into a single complete audio file. |
suno_generate_with_persona | Generate music using a saved artist persona for consistent vocal style. |
suno_remaster_music | Remaster an existing song; v5/v5.5 require a variation category. |
suno_stems_music | Separate a song into individual stems (vocals and instruments). |
suno_replace_section | Replace a specific time range in a song with new generated content. |
suno_upload_extend | Extend an uploaded audio (your own music) with new AI-generated content. |
suno_upload_cover | Create an AI cover of an uploaded audio (your own music). |
suno_mashup_music | Blend exactly two songs using a required creative-direction prompt. |
suno_all_stems_music | Return two distinct 12-stem candidate sets, labeled stem_set 1 and 2 in task results. |
suno_generate_lyrics | Generate song lyrics from a text prompt. |
suno_get_mp4 | Get an MP4 video version of a generated song. |
suno_get_timing | Get timing and subtitle data for a generated song. |
suno_extract_vocals | Extract a required vocal interval shorter than 30 seconds. |
suno_get_wav | Get the lossless WAV format of a generated song. |
suno_get_mp3 | Get the compressed MP3 format of a generated song. |
suno_get_midi | Get MIDI data extracted from a generated song. |
suno_create_persona | Create a new artist persona from an existing audio's vocal style. |
suno_create_custom_model | Create a reusable custom music model from 6 to 24 authorized audio URLs. |
suno_get_custom_model | Retrieve one custom music model by ID. |
suno_list_custom_models | List custom music models for the current Suno application. |
suno_generate_with_custom_model | Generate a song using a ready custom music model. |
suno_delete_custom_model | Archive a custom music model so it can no longer be used. |
suno_optimize_style | Optimize a music style description for better generation results. |
suno_mashup_lyrics | Generate mashup lyrics by combining two sets of lyrics. |
suno_upload_audio | Upload external audio in standard or enhanced mode for subsequent operations. |
suno_get_task | Query the status and result of a music generation task. |
suno_get_tasks_batch | Query multiple music generation tasks at once. |
suno_list_models | List all available Suno models and their capabilities. |
suno_list_actions | List all available Suno API actions and corresponding tools. |
suno_get_lyric_format_guide | Get guidance on formatting lyrics for Suno music generation. |
AceDataCloud hosts a managed MCP server — no local installation required.
Endpoint: https://suno.mcp.acedata.cloud/mcp
All requests require a Bearer token. Use the API token from Step 1.
Connect directly on Claude.ai with OAuth — no API token needed:
https://suno.mcp.acedata.cloud/mcpAdd to your config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Add to your MCP config (.cursor/mcp.json or .windsurf/mcp.json):
Add to your VS Code MCP config (.vscode/mcp.json):
Or install the Ace Data Cloud MCP extension for VS Code, which registers the hosted MCP servers with one-click setup.
Claude Code supports MCP servers natively:
Or add to your project's .mcp.json:
Add to Cline's MCP settings (.cline/mcp_settings.json):
Add to your MCP configuration:
Add to Roo Code MCP settings:
Add to .continue/config.yaml:
Add to Zed's settings (~/.config/zed/settings.json):
If you prefer to run the server on your own machine:
Clients connect with their own Bearer token — the server extracts the token from each request's Authorization header.
| Tool | Description |
|---|---|
generate_music | Generate music from a text prompt (Inspiration Mode) |
generate_custom_music | Generate with custom lyrics, title, and style |
extend_music | Extend an existing song from a timestamp |
cover_music | Create a cover/remix version |
concat_music | Merge extended segments into complete audio |
generate_with_persona | Generate using a saved voice style |
remaster_music | Remaster an existing song to improve audio quality |
stems_music | Separate a song into individual stems (vocals/instruments) |
replace_section | Replace a specific time range with new generated content |
upload_extend | Extend uploaded audio with new AI-generated content |
upload_cover | Create an AI cover of uploaded audio |
mashup_music | Create a mashup by blending multiple songs together |
| Tool | Description |
|---|---|
generate_lyrics | Generate song lyrics from a prompt |
mashup_lyrics | Generate mashup lyrics by combining two sets of lyrics |
optimize_style | Optimize a style description for better generation results |
| Tool | Description |
|---|---|
get_mp4 | Get an MP4 video version of a generated song |
get_wav | Get lossless WAV format of a generated song |
get_mp3 | Get compressed MP3 format of a generated song |
get_midi | Get MIDI data extracted from a generated song |
get_timing | Get timing and subtitle data for a generated song |
extract_vocals | Extract the vocal track from a generated song |
| Tool | Description |
|---|---|
create_persona | Save a voice style for reuse |
| Tool | Description |
|---|---|
upload_audio | Upload external audio in standard or enhanced mode for subsequent operations |
| Tool | Description |
|---|---|
get_task | Query a single task status |
get_tasks_batch | Query multiple tasks at once |
| Tool | Description |
|---|---|
list_models | List available Suno models |
list_actions | List available API actions |
get_lyric_format_guide | Get lyrics formatting guide |
| Model | Version | Max Duration | Features |
|---|---|---|---|
chirp-v6 | V6 | API-defined | Current v6 model |
chirp-v6-wild | V6 Wild | API-defined | v6 Wild model |
chirp-v6-mini | V6 Mini | API-defined | v6 Mini model |
chirp-v5-5 | V5.5 | 8 minutes | Previous model name |
chirp-v5 | V5 | 8 minutes | High quality |
chirp-v4-5-plus | V4.5+ | 8 minutes | Enhanced quality |
chirp-v4-5 | V4.5 | 4 minutes | Vocal gender control |
chirp-v4 | V4 | 150 seconds | Stable |
chirp-v3-5 | V3.5 | 120 seconds | Fast |
chirp-v3-0 | V3 | 120 seconds | Legacy |
Vocal Gender Control (v4.5+ only):
f - Female vocalsm - Male vocals| Variable | Description | Default |
|---|---|---|
ACEDATACLOUD_API_TOKEN | API token from AceDataCloud | Required |
ACEDATACLOUD_API_BASE_URL | API base URL | https://api.acedata.cloud |
ACEDATACLOUD_OAUTH_CLIENT_ID | OAuth client ID (hosted mode) | — |
ACEDATACLOUD_PLATFORM_BASE_URL | Platform base URL | https://platform.acedata.cloud |
SUNO_DEFAULT_MODEL | Default model for generation | chirp-v5-5 |
SUNO_REQUEST_TIMEOUT | Request timeout in seconds | 1800 |
LOG_LEVEL | Logging level | INFO |
This server wraps the AceDataCloud Suno API:
Contributions are welcome! Please:
git checkout -b feature/amazing)git commit -m 'Add amazing feature')git push origin feature/amazing)MIT License - see LICENSE for details.
Made with love by AceDataCloud