{
  "slug": "suno-acedata",
  "name": "SunoMCP (AceDataCloud)",
  "vendor": "Community (AceDataCloud — not Suno)",
  "official": false,
  "category": "music",
  "featured": false,
  "tagline": "Full Suno workflow via a third-party API: songs, lyrics, stems, extends, personas.",
  "description": "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.",
  "capabilities": [
    "music",
    "lyrics",
    "song-extension",
    "stems",
    "covers",
    "vocal-extraction"
  ],
  "tools_sample": [
    "generate_music",
    "generate_custom_music",
    "extend_music",
    "cover_music",
    "stems_music",
    "generate_lyrics",
    "get_wav",
    "get_midi"
  ],
  "install": {
    "claude_code": "claude mcp add suno -e ACEDATACLOUD_API_TOKEN=YOUR_TOKEN -- uvx mcp-suno",
    "remote_url": null,
    "stdio_command": "uvx mcp-suno"
  },
  "auth": {
    "type": "api_key",
    "env_var": "ACEDATACLOUD_API_TOKEN",
    "key_url": "https://platform.acedata.cloud"
  },
  "pricing": "credits",
  "links": {
    "repo": "https://github.com/AceDataCloud/SunoMCP",
    "docs": null,
    "site": "https://platform.acedata.cloud"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}