Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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_open_browser | Open Chrome browser with stealth mode for Suno AI. |
| suno_get_status | Get current Suno AI session status (browser, page, session persistence). |
| suno_close_browser | Close the Playwright browser session and clean up resources. |
| suno_login | Login to Suno AI via Google OAuth. Saves session for future use. |
| suno_generate_track | Generate a new music track using Suno AI. |
| suno_download_track | Download a generated track from Suno AI by track ID. |
| suno_library_list | List tracks from your Suno AI library (requires login). |
| suno_track_info | Get detailed information about a specific Suno AI track. |
| suno_track_extend | Extend an existing Suno AI track with additional content. |
| suno_track_remix | Remix/cover an existing Suno AI track with a new prompt. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |