Mureka Mcp
@SkyworkAI
关于 Mureka Mcp
generate lyrics, song and background music(instrumental). Model Context Protocol (MCP) server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
评论