mcp.film / Music & Score / Mureka MCP
Mureka MCP
Official Mureka server for lyrics, songs, and instrumental background music.
What it does
Mureka's official MCP server lets agents generate lyrics, turn lyrics into songs, and create instrumental background music through the Mureka API, saving audio files locally. For a filmmaker-agent it is a first-party alternative to Suno resellers when you need temp songs, cue sketches, or quick underscore drafts without the licensing cloud hanging over them.
Connect
claude mcp add mureka -e MUREKA_API_KEY=YOUR_KEY -e MUREKA_API_URL=https://api.mureka.ai -- uvx mureka-mcp
{
"mcpServers": {
"mureka": {
"command": "uvx",
"args": [
"mureka-mcp"
],
"env": {
"MUREKA_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
{
"mcpServers": {
"mureka": {
"command": "uvx",
"args": [
"mureka-mcp"
],
"env": {
"MUREKA_API_KEY": "YOUR_KEY_HERE"
}
}
}
}
MUREKA_API_KEY — https://platform.mureka.ai/apiKeys
Tools you'll see
generate_lyricsgenerate_songgenerate_instrumentalplay_audioField notes
Official and MIT, but effectively abandoned as a package: PyPI mureka-mcp 0.0.13 and the last repo commit are both 13 May 2025 — fifteen months untouched at 111 stars. The wider Mureka API has since grown prompt-to-song, soundtrack, stems, remix, region editing and TTS endpoints; this MCP still exposes only four tools. Credits required. Confirmed in the source: audio saves to $HOME/Desktop unless MUREKA_MCP_BASE_PATH is set, and TIME_OUT_SECONDS defaults to 60 — far too short for a full song, so raise it (the README's own example uses 300) before any production run.
Pairs well with
Cartesia MCPCartesia
Official
Official Cartesia (Sonic) server: low-latency TTS, cloning, voice change, localization.
Mirelo MCPMirelo AI
Official
Foley generated against the picture, then extended or patched region by region.
AllVoiceLab MCPAll Voice Lab
Official
Official voice and video localization MCP: TTS, cloning, dubbing, subtitles.