Generate AI music through Claude with this MCP server powered by ACE-Step 1.5.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"songforge-mcp": {
"command": "npx",
"args": [
"-y",
"unbrainwashed-physics713/SongForge-MCP"
]
}
}
}
Run in terminal:
claude mcp add songforge-mcp npx -y unbrainwashed-physics713/SongForge-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"songforge-mcp": {
"command": "npx",
"args": [
"-y",
"unbrainwashed-physics713/SongForge-MCP"
]
}
}
}