io.github.erliona/tunova
io.github.erliona/tunovaGenerate Suno AI music (v5.5) from any MCP client. Async; billed only on success.
Tools · 3
Start generating a song with Suno. Returns immediately with a job_id — a full render takes 1-3 minutes, so this does NOT return audio. After calling this, call wait_for_song with the returned job_id t…
Wait for a song job to finish and return the audio when ready. Polls server-side for up to ~45 seconds. If the song is ready, returns the clips with audio URLs. If it is still rendering, returns its s…
Get the current status of a song job by job_id — a single check with no waiting. Returns the audio URLs if complete, an error if it failed, or 'processing' if still rendering.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.erliona/tunova": {
"url": "https://api.tunova.ai/mcp",
"transport": "streamable-http"
}
}
}