ACE-Step-1.5 (MCP Server)

GitHub

The most powerful local music generation model that outperforms almost all commercial alternatives, supporting Mac, AMD, Intel, and CUDA devices.

12,216 stars Python MCP Ready Full Docs Skills View Markdown #text2music

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "ACE-Step-1.5": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ACE-Step-1.5"
      ]
    }
  }
}