MCP server for Suno AI music generation. Create, manage, and iterate on AI music directly from Claude Code, Cursor, or any MCP client.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"suno-mcp-server": {
"command": "npx",
"args": [
"-y",
"frankxai/suno-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add suno-mcp-server npx -y frankxai/suno-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"suno-mcp-server": {
"command": "npx",
"args": [
"-y",
"frankxai/suno-mcp-server"
]
}
}
}