suno-v6-kie-mcp
Related Servers
Alternatives to suno-v6-kie-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceMCP server for Suno music generation API that enables generating lyrics and custom songs with style tags, model selection, and automatic polling for task completion.2-
- AlicenseAqualityBmaintenanceAn MCP server that generates music using your Suno account, enabling credit checking, song generation, and MP3 downloads without third-party APIs.7MIT
- AlicenseBqualityAmaintenanceA RunAPI MCP server for the Suno music generation models, enabling task creation (text-to-music, covers, mashups, etc.), polling, and pricing lookup through a single API key.16452 npmApache 2.0
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables local AI models to automatically generate lyrics and style prompts, then submit songs to Suno via browser automation.MIT
- AlicenseAqualityBmaintenanceGenerate music with Suno (v5.5) from any MCP client — async, and billed only on successful renders (a failed render auto-refunds). Hosted Streamable-HTTP server; tools generate_song / wait_for_song / check_song.36 npmMIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that gives AI agents the ability to listen to and understand music/audio files, enabling semantic analysis, stem separation, lyrics transcription, and signal processing via tool calls.1MIT
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one initiates music generation and returns a task ID, while the other retrieves status and generated audio URLs for that task. There is no overlap or ambiguity between them.
Both tool names follow the same suno_ prefix with a clear verb_noun pattern: generate_music and get_task_status. The naming is consistent, descriptive, and predictable.
With only two tools, the server is minimal but appropriately scoped for an asynchronous generation workflow: submit a task and check its result. It is slightly thin, but each tool serves an essential role.
The core lifecycle of submitting a generation task and polling for results is covered. Minor gaps exist, such as no cancel or list operations, but for a focused Suno generation server these are not critical.