mcp.film

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

SunoMCP (AceDataCloud)

CommunityRemoteby Community (AceDataCloud — not Suno)creditsverified Aug 18, 2026

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

What it does

The most complete Suno bridge available as an MCP server, built on AceDataCloud's reseller API: generate songs from prompts or custom lyrics, extend, cover, remaster, mash up, replace a time range, split stems, and export WAV, MIDI or MP4. Personas keep one vocalist consistent across cues. It reaches capabilities Suno itself exposes through no official API or MCP — which is precisely the problem.

Connect

Remote endpoint (Streamable HTTP)
https://suno.mcp.acedata.cloud/mcp

Remote headers required: Authorization. Use the local stdio command when your client cannot attach custom MCP headers.

Claude Code
claude mcp add suno --transport http https://suno.mcp.acedata.cloud/mcp -h "Authorization: Bearer YOUR_API_TOKEN"
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_TOKENhttps://platform.acedata.cloud

Tools you'll see

suno_generate_musicsuno_generate_custom_musicsuno_extend_musicsuno_cover_musicsuno_stems_musicsuno_replace_sectionsuno_generate_with_personasuno_generate_lyricssuno_get_wavsuno_get_midisuno_get_task

Field notes

Suno still has NO official public API as of August 2026 — its CPO posted an intake form in July 2026 saying the company is only exploring a developer API, partner-curated, with no public endpoints, docs or date. So this and every other Suno wrapper is an unofficial reseller, plausibly against Suno's ToS, and no commercial-rights claim on the output can be guaranteed. Same for all Udio wrappers. For music you can actually clear, prefer Sonilo, Lyria (Google GenMedia) or Stable Audio via the fal hub. Mechanically it is alive and moving: PyPI mcp-suno 2026.8.17.0 shipped 17 Aug 2026, MIT, 43 stars, ~29 suno_-prefixed tools, and a hosted streamable-HTTP endpoint that still answers 401 unauthenticated. Defaults worth knowing: SUNO_DEFAULT_MODEL is chirp-v5-5 and SUNO_REQUEST_TIMEOUT is 1800s, because renders are slow. The older unprefixed tool names in the lower half of the README are out of date.

Pairs well with