Mureka Mcp
@SkyworkAI
About Mureka Mcp
generate lyrics, song and background music(instrumental). Model Context Protocol (MCP) server.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Mureka": {
"command": "uvx",
"args": [
"mureka-mcp"
],
"env": {
"MUREKA_API_KEY": "<insert-your-api-key-here>",
"MUREKA_API_URL": "https://api.mureka.ai",
"TIME_OUT_SECONDS": "300"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mureka Mcp?
Official Mureka Model Context Protocol (MCP) server that lets MCP clients like Claude Desktop and OpenAI Agents generate lyrics, songs, and background music (instrumental) through Mureka's APIs.
How to use Mureka Mcp?
Get an API key from platform.mureka.ai, install uv, then configure claude_desktop_config.json with the command uvx mureka-mcp and set the MUREKA_API_KEY, MUREKA_API_URL, and optionally TIME_OUT_SECONDS environment variables. Alternatively, use the OpenAI Agents SDK by running the provided example script.
Key features of Mureka Mcp
- Exposes 4 MCP tools for music generation.
- Generates lyrics, songs, and background music.
- Configurable timeout for song/bgm generation (default 60s).
- Integrates with Claude Desktop and OpenAI Agents.
- Uses Mureka's cloud API for processing.
Use cases of Mureka Mcp
- Create a custom birthday song for a loved one.
- Generate lyrics for a holiday or event.
- Produce background music for a coffee shop.
- Compose a full song from scratch using lyrics.
FAQ from Mureka Mcp
What dependencies or runtime are required?
Python and uv are required. The server runs via uvx mureka-mcp.
Where does data live and is an API key needed?
Yes, a Mureka API key from platform.mureka.ai is required. All generation happens via the Mureka API (https://api.mureka.ai).
What is the default timeout and how can I change it?
The default timeout for song or bgm generation is 60 seconds. You can set it via the TIME_OUT_SECONDS environment variable (e.g., 300s).
Are credits needed to use the tools?
Yes, Mureka credits are required to use the generation tools.
Where can I find logs if something goes wrong?
On Windows: %APPDATA%\Claude\logs\mcp-server-Mureka.log; on macOS: ~/Library/Logs/Claude/mcp-server-Mureka.log.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

EverArt
modelcontextprotocolModel Context Protocol Servers
Comments