suno-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RUNAPI_API_KEY | No | Your RunAPI API key. Can also be set in ~/.config/runapi/config.json. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| loginA | Authenticate RunAPI by opening a browser PKCE login flow and saving the API key to ~/.config/runapi/config.json. |
| convert_audioC | Create a Suno task on RunAPI (convert audio). Returns a task id, status, and output URLs. |
| blend_lyricsB | Create a Suno task on RunAPI (blend lyrics). Returns a task id, status, and result payload. |
| cover_audioC | Create a Suno task on RunAPI (cover audio). Returns a task id, status, and output URLs. |
| create_mashupB | Create a Suno task on RunAPI (create mashup). Returns a task id, status, and output URLs. |
| extend_musicC | Create a Suno task on RunAPI (extend music). Returns a task id, status, and output URLs. |
| generate_lyricsB | Create a Suno task on RunAPI (generate lyrics). Returns a task id, status, and result payload. |
| inspire_musicC | Create a Suno task on RunAPI (inspire music). Returns a task id, status, and output URLs. |
| add_samplesC | Create a Suno task on RunAPI (add samples). Returns a task id, status, and output URLs. |
| visualize_musicC | Create a Suno task on RunAPI (visualize music). Returns a task id, status, and output URLs. |
| remaster_audioA | Create a Suno task on RunAPI (remaster audio). Returns a task id, status, and output URLs. |
| separate_audio_stemsC | Create a Suno task on RunAPI (separate audio stems). Returns a task id, status, and output URLs. |
| stitch_audioC | Create a Suno task on RunAPI (stitch audio). Returns a task id, status, and output URLs. |
| text_to_musicC | Create a Suno task on RunAPI (text to music). Returns a task id, status, and output URLs. |
| text_to_soundC | Create a Suno task on RunAPI (text to sound). Returns a task id, status, and output URLs. |
| generate_personaB | Run a synchronous Suno operation on RunAPI (generate persona). Returns the operation result. |
| boost_styleC | Run a synchronous Suno operation on RunAPI (boost style). Returns the operation result. |
| get_timestamped_lyricsC | Run a synchronous Suno operation on RunAPI (get timestamped lyrics). Returns the operation result. |
| generate_voiceC | Run a synchronous Suno operation on RunAPI (generate voice). Returns the operation result. |
| get_taskA | Fetch the current status and latest result payload for a suno task. |
| check_pricingB | Look up RunAPI pricing for the suno model line. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 21 tools
While tool names are distinct, many descriptions are nearly identical except for the parenthetical action, making it hard to distinguish similar operations like convert_audio vs remaster_audio vs stitch_audio. Some pairs like generate_lyrics vs blend_lyrics or text_to_music vs text_to_sound could be confused without deeper context.
All 21 tools follow a consistent snake_case verb_noun pattern (e.g., convert_audio, generate_lyrics, get_task). No deviations or mixed conventions, making the naming highly predictable.
With 21 tools, the server is on the heavier side. It feels borderline (16-25 tools per calibration) but the number is justified by the wide range of Suno audio/music operations and supporting functions. Still, it could be trimmed to reduce cognitive load.
The tool surface covers core Suno operations: generation (text_to_music, cover_audio, create_mashup), audio manipulation (remaster, stitch, separate stems), and utility (get_task, login, pricing). Minor gaps include lack of task cancellation or listing, and no user info endpoint, but the main workflows are well supported.