Audora for Claude Desktop
music.audora/audora
Fills in an artist's Audora profile, tracks, albums, credits and release drafts.
client:Claude Desktop
transport:streamable-http
Install Audora in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"audora": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://audora.music/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs