Mureka Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mureka Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div class="title-block" style="text-align: center;" align="center">

</div> <p align="center"> Official Mureka Model Context Protocol (MCP) server that enables interaction with powerful lyrics, song and bgm generating APIs. This server allows MCP clients like <a href="https://www.anthropic.com/claude">Claude Desktop</a>, <a href="https://github.com/openai/openai-agents-python">OpenAI Agents</a> and others to generate lyrics, song and background music(instrumental). </p>
uv (Python package manager), install with curl -LsSf https://astral.sh/uv/install.sh | sh or see the uv repo for additional install methods.{
"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"
}
}
}
}Then restart the Claude app and see 4 MCP tools available in the window, indicating successful loading <div class="title-block" style="text-align: left;"> <img src="https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/img.png" width="400"> </div>
You can add the TIME_OUT_SECONDS environment variable to the claude_desktop_config.json to set the timeout period for song or bgm generation waiting(Default 60s).
⚠️ Warning: Mureka credits are needed to use these tools. Try asking Claude:
<div class="title-block" style="text-align: left;"> <img src="https://github.com/SkyworkAI/Mureka-mcp/blob/master/assets/demo.jpeg?raw=true" width="400"> </div>
<div class="title-block" style="text-align: left;"> <img src="https://github.com/SkyworkAI/Mureka-mcp/blob/master/assets/demo1.jpeg?raw=true" width="400"> </div>
Logs when running with Claude Desktop can be found at:
%APPDATA%\Claude\logs\mcp-server-Mureka.log~/Library/Logs/Claude/mcp-server-Mureka.logInstall Agents SDK
pip install openai-agentsRun example: openapi_agents_example/main.py
Key is required to be filled in:
MUREKA_API_KEY = "<insert-your-api-key-here>"After running, you can see the composition process in the console <div class="title-block" style="text-align: left;"> <img src="https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/openai_1.jpeg" width="400"> </div> <div class="title-block" style="text-align: left;"> <img src="https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/openai_2.jpeg" width="400"> </div>
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.