mcp.film

mcp.film / Music & Score / Mureka MCP

Mureka MCP

Officialby Mureka.aicreditsverified Jun 29, 2026

Official Mureka server for lyrics, songs, and instrumental background music.

Rate it: no ratings yet

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 cleaner first-party alternative to Suno resellers when you need temp songs, cue sketches, or quick underscore drafts from the same client.

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_KEY — https://platform.mureka.ai/apiKeys

Tools you'll see

generate_lyricsgenerate_songgenerate_instrumentalplay_audio

Field notes

Official MIT server, PyPI mureka-mcp 0.0.13, Python >=3.10, 106 stars; last repo push was May 2025. The README warns that Mureka credits are required. The broader Mureka API now includes prompt-to-song, soundtrack, stems, remix, region editing, and TTS endpoints, but this MCP exposes only lyrics, lyric-to-song, instrumental generation, and local playback. Audio saves to Desktop by default; set MUREKA_MCP_BASE_PATH and TIME_OUT_SECONDS for production runs.

Pairs well with