mcp.film

mcp.film / Music & Score / SunoMCP (AceDataCloud)

SunoMCP (AceDataCloud)

Communityby Community (AceDataCloud — not Suno)creditsverified Jun 11, 2026

Full Suno workflow via a third-party API: songs, lyrics, stems, extends, personas.

Rate it: no ratings yet

What it does

The most complete Suno bridge available as an MCP server, built on AceDataCloud's Suno API: generate songs from prompts or custom lyrics, extend/cover/remaster tracks, split stems, replace sections, and export WAV/MIDI. Useful for temp score and full songs with vocals — capabilities Suno itself does not expose via any official API or MCP.

Connect

Claude Code
claude mcp add suno -e ACEDATACLOUD_API_TOKEN=YOUR_TOKEN -- uvx mcp-suno
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "suno-acedata": {
      "command": "uvx",
      "args": [
        "mcp-suno"
      ],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "suno-acedata": {
      "command": "uvx",
      "args": [
        "mcp-suno"
      ],
      "env": {
        "ACEDATACLOUD_API_TOKEN": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env ACEDATACLOUD_API_TOKEN — https://platform.acedata.cloud

Tools you'll see

generate_musicgenerate_custom_musicextend_musiccover_musicstems_musicgenerate_lyricsget_wavget_midi

Field notes

Important caveat: Suno has NO official public API as of 2026 — all Suno APIs/MCPs are unofficial resellers and may violate Suno's ToS; commercial-rights claims cannot be guaranteed. The same applies to all Udio wrappers. For licensed-by-design music, prefer Lyria (Google GenMedia) or Stable Audio via the fal hub.

Pairs well with