mcp.film

mcp.film / Music & Score / Mureka MCP

Mureka MCP

Officialby Mureka.aicreditsverified Aug 18, 2026

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 Code
claude mcp add mureka -e MUREKA_API_KEY=YOUR_KEY -e MUREKA_API_URL=https://api.mureka.ai -- uvx mureka-mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mureka": {
      "command": "uvx",
      "args": [
        "mureka-mcp"
      ],
      "env": {
        "MUREKA_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mureka": {
      "command": "uvx",
      "args": [
        "mureka-mcp"
      ],
      "env": {
        "MUREKA_API_KEY": "YOUR_KEY_HERE"
      }
    }
  }
}
Auth: api_key · env MUREKA_API_KEYhttps://platform.mureka.ai/apiKeys

Tools you'll see

generate_lyricsgenerate_songgenerate_instrumentalplay_audio

Field 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