Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUNO_DEBUGNoSet to 1 for debug logging
SUNO_CDP_URLNoConnect to existing Chrome via CDP (e.g., http://localhost:9222)
SUNO_HEADLESSNoMust be false for generationfalse
SUNO_BROWSER_PROFILE_DIRNoPersistent browser profile directory~/.suno-mcp/browser-profile

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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