{
  "slug": "mureka",
  "name": "Mureka MCP",
  "vendor": "Mureka.ai",
  "official": true,
  "category": "music",
  "featured": false,
  "tagline": "Official Mureka server for lyrics, songs, and instrumental background music.",
  "description": "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.",
  "capabilities": [
    "music",
    "lyrics",
    "song-generation",
    "instrumental",
    "background-music",
    "local-playback"
  ],
  "tools_sample": [
    "generate_lyrics",
    "generate_song",
    "generate_instrumental",
    "play_audio"
  ],
  "install": {
    "claude_code": "claude mcp add mureka -e MUREKA_API_KEY=YOUR_KEY -e MUREKA_API_URL=https://api.mureka.ai -- uvx mureka-mcp",
    "remote_url": null,
    "stdio_command": "uvx mureka-mcp"
  },
  "auth": {
    "type": "api_key",
    "env_var": "MUREKA_API_KEY",
    "key_url": "https://platform.mureka.ai/apiKeys"
  },
  "pricing": "credits",
  "links": {
    "repo": "https://github.com/SkyworkAI/Mureka-mcp",
    "docs": "https://platform.mureka.ai/docs/en/quickstart.html",
    "site": "https://platform.mureka.ai"
  },
  "added": "2026-06-29",
  "verified": "2026-08-18",
  "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."
}