Suno MCP
Generates music using your Suno account, including checking credits, generating songs with custom lyrics or simple prompts, and downloading MP3s.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Suno MCPGenerate a pop song about summer with male vocals"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Suno MCP
MCP server for generating music with your suno.com account — no third-party API keys, no 2Captcha, no extra paid services.
Use it from Cursor, Claude Desktop, or any MCP-compatible client to check credits, generate songs, and download MP3s.
Features
Your Suno account — uses your existing subscription/credits
No API middlemen — authenticates via Clerk in a real browser session
Generation tools — custom lyrics/style or simple prompt mode
Library access — credits, recent songs, status polling, MP3 download
Related MCP server: YouTube Music MCP
Requirements
Python 3.10+
A free or paid Suno account at suno.com
Chromium (installed via Playwright)
Quick Start
Install from PyPI
pip install suno-mcp
playwright install chromium
cp .env.example .env # optional — defaults work out of the boxInstall from source
git clone https://github.com/David-J-Shibley/suno-mcp.git
cd suno-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
playwright install chromium
cp .env.example .envFirst run: A browser window opens. Log into Suno if prompted. Your session is saved to ~/.suno-mcp/browser-profile.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"suno": {
"command": "/absolute/path/to/suno-mcp/.venv/bin/python",
"args": ["-m", "suno_mcp"],
"env": {
"SUNO_HEADLESS": "false"
}
}
}
}Set SUNO_HEADLESS to false — the Create button must be visible for generation to work.
Restart the MCP server after config or code changes (Cursor → Settings → MCP).
macOS Homebrew Python note
If pip fails with a pyexpat / libexpat error on macOS Tahoe, add to your MCP env:
"DYLD_LIBRARY_PATH": "/opt/homebrew/opt/expat/lib"Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"suno": {
"command": "/absolute/path/to/suno-mcp/.venv/bin/python",
"args": ["-m", "suno_mcp"],
"env": {
"SUNO_HEADLESS": "false"
}
}
}
}Tools
Tool | Description |
| Check your Suno credit balance |
| List recent songs in your library |
| Custom mode — lyrics + style |
| Simple mode — describe the song |
| Poll generation status by song ID |
| Wait until songs are ready |
| Download MP3 to a folder |
How It Works
Auth — Reads JWT from
window.Clerk.session.getToken()in the logged-in browser tab.Reads (credits, feed, recent) — Direct HTTPS to
studio-api.prod.suno.com.Generation — Fills lyrics/style via React state, then dispatches a trusted CDP mouse click on the Create button (required by hCaptcha).
Generation approach adapted from unforced/suno-mcp.
Configuration
Variable | Default | Description |
|
| Persistent browser profile |
|
| Must be |
| — | Connect to existing Chrome via CDP |
| — | Set to |
Optional: Use Your Own Chrome
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome \
--remote-debugging-port=9222 \
--user-data-dir=~/.suno-mcp/chrome-profileThen in .env:
SUNO_CDP_URL=http://localhost:9222Log into Suno in that Chrome window.
Troubleshooting
Not signed in — Log into suno.com/create in the browser window the MCP server opens.
Profile already in use — Restart the Suno MCP server in Cursor (only one browser instance per profile).
Empty song IDs after generate — Keep SUNO_HEADLESS=false, ensure the browser window stays visible, and restart the MCP server after updates.
Cookie dialog — Click "Allow All" once if Suno shows a privacy/cookie banner.
Limitations
Unofficial — Uses Suno's internal endpoints; may break when Suno updates.
Browser required — Generation needs a visible browser window.
Uses your Suno credits — Same quota as the website.
MVP scope — No covers, extends, or stems yet.
Disclaimer
This is an unofficial project and is not affiliated with Suno. Use at your own risk and in accordance with Suno's terms of service.
Contributing
Issues and pull requests are welcome on GitHub.
See PUBLISHING.md for PyPI release instructions.
License
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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