Back to Apps

Mureka
Supports UIby skyworkai
Generate lyrics, songs, and background music using powerful AI music generation APIs.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects AI clients to Mureka's music generation engine, allowing the AI to create full songs, custom lyrics, and instrumental background music based on user prompts.
Tools
generate_lyrics: Create lyrics for a song based on a specific theme or mood.generate_song: Turn provided lyrics into a full audio track with vocals.generate_bgm: Create instrumental background music suitable for specific environments (e.g., coffee shops).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"Mureka": {
"command": "uvx",
"args": [
"mureka-mcp"
],
"env": {
"MUREKA_API_KEY": "<your-api-key>",
"MUREKA_API_URL": "https://api.mureka.ai",
"TIME_OUT_SECONDS": "300"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop and OpenAI Agents.
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"Mureka": {
"command": "uvx",
"args": ["mureka-mcp"],
"env": {
"MUREKA_API_KEY": "<your-api-key>",
"MUREKA_API_URL": "https://api.mureka.ai"
}
}
}
}





