Skip to content
Claude Desktop

suno mcp for Claude Desktop

io.github.runapi-builder/suno-mcp

RunAPI MCP server for Suno: create tasks, poll status, check pricing.

client:Claude Desktop transport:stdio runtime:npm

Install suno mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "suno-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@runapi.ai/suno-mcp"
      ],
      "env": {
        "RUNAPI_API_KEY": "<RUNAPI_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

suno mcp in other clients