Home › Design & Media › SunoMCP
SunoMCP
MCP server for Suno AI music generation, lyrics, and covers
Topics: Multimedia Process
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://suno.mcp.acedata.cloud/mcp Requires auth (checked 2026-09-24)
Claude Code:
claude mcp add --transport http sunomcp https://suno.mcp.acedata.cloud/mcp
Or add to your MCP client config:
{
"mcpServers": {
"sunomcp": {
"url": "https://suno.mcp.acedata.cloud/mcp"
}
}
}
Package (pypi 2026.9.9.0)
uvx mcp-suno
Or add to your MCP client config:
{
"mcpServers": {
"sunomcp": {
"command": "uvx",
"args": [
"mcp-suno"
],
"env": {
"ACEDATACLOUD_API_TOKEN": "<YOUR_VALUE>"
}
}
}
}
ACEDATACLOUD_API_TOKENrequired secret — API token from Ace Data Cloud (https://platform.acedata.cloud)
Related servers
openshorts
Turn long videos into viral vertical shorts and publish them to TikTok, Instagram and YouTube.
Pixelle-MCP
An omnimodal AIGC framework that seamlessly converts ComfyUI workflows into MCP tools with zero code, enabling full-modal support for…
FableCut
Zero-dependency browser video editor AI agents drive via a JSON timeline over MCP; ffmpeg export.
imagesorcery-mcp
ComputerVision-based 🪄 sorcery of image recognition and editing tools for AI assistants.
guaardvark
Self-hosted AI studio exposing its local image, video, music-video and Film Crew generation, upscaling, RAG and code intelligence as MCP…
gflow-cli
Drive Google Flow from an agent: Veo video and Imagen image generation
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry