Suno MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUNO_DEBUG | No | Set to 1 for debug logging | |
| SUNO_CDP_URL | No | Connect to existing Chrome via CDP (e.g., http://localhost:9222) | |
| SUNO_HEADLESS | No | Must be false for generation | false |
| SUNO_BROWSER_PROFILE_DIR | No | Persistent browser profile directory | ~/.suno-mcp/browser-profile |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| suno_get_creditsA | Check your Suno account credit balance (uses your logged-in suno.com session). |
| suno_get_recentB | List your recent Suno songs from your account library. |
| suno_generate_songA | Generate a song with custom lyrics and style (Custom Mode). Opens/uses a browser with your Suno login. Generation runs through suno.com so no third-party API is needed. Returns clip IDs — use suno_wait_for_songs to poll. |
| suno_generate_from_descriptionA | Generate a song from a text description (Simple/Inspiration Mode). Suno writes the lyrics automatically. |
| suno_check_statusB | Check generation status for one or more song IDs. |
| suno_wait_for_songsA | Wait until songs finish generating (up to 3 minutes), then return audio URLs. |
| suno_download_songA | Download a completed song as MP3 to a local folder. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/David-J-Shibley/suno-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server