{"id":27884292,"url":"https://github.com/skyworkai/mureka-mcp","last_synced_at":"2026-01-24T10:03:59.847Z","repository":{"id":290337094,"uuid":"974053310","full_name":"SkyworkAI/Mureka-mcp","owner":"SkyworkAI","description":"generate lyrics, song and background music(instrumental). Model Context Protocol (MCP) server.","archived":false,"fork":false,"pushed_at":"2025-05-13T10:25:27.000Z","size":12666,"stargazers_count":66,"open_issues_count":2,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-21T18:00:36.371Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SkyworkAI.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-28T07:28:09.000Z","updated_at":"2025-12-15T19:47:54.000Z","dependencies_parsed_at":"2025-05-05T06:36:09.113Z","dependency_job_id":null,"html_url":"https://github.com/SkyworkAI/Mureka-mcp","commit_stats":null,"previous_names":["skyworkai/mureka-mcp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SkyworkAI/Mureka-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyworkAI%2FMureka-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyworkAI%2FMureka-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyworkAI%2FMureka-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyworkAI%2FMureka-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SkyworkAI","download_url":"https://codeload.github.com/SkyworkAI/Mureka-mcp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SkyworkAI%2FMureka-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28724374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T08:27:05.734Z","status":"ssl_error","status_checked_at":"2026-01-24T08:27:01.197Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-05T06:35:53.980Z","updated_at":"2026-01-24T10:03:59.842Z","avatar_url":"https://github.com/SkyworkAI.png","language":"Python","funding_links":[],"categories":["Art \u0026 Culture"],"sub_categories":["How to Submit"],"readme":"\n\n\u003cdiv class=\"title-block\" style=\"text-align: center;\" align=\"center\"\u003e\n\n![export](https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/mureka_mcp.png)\n\n[![Discord Community](https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/discord_mureka.svg)](https://discord.com/invite/nwu9ANqAf5)\n[![Twitter](https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/x_mureka.svg)](https://x.com/Mureka_AI)\n[![PyPI](https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/pypi_mureka.svg)](https://pypi.org/project/mureka-mcp)\n\n\u003c/div\u003e\n\u003cp align=\"center\"\u003e\n  Official Mureka Model Context Protocol (MCP) server that enables interaction with powerful lyrics, song and bgm generating APIs. This server allows MCP clients like \u003ca href=\"https://www.anthropic.com/claude\"\u003eClaude Desktop\u003c/a\u003e, \u003ca href=\"https://github.com/openai/openai-agents-python\"\u003eOpenAI Agents\u003c/a\u003e and others to generate lyrics, song and background music(instrumental).\n\u003c/p\u003e\n\n## Quickstart with Claude Desktop\n\n1. Get your API key from [Mureka](https://platform.mureka.ai/apiKeys).\n2. Install `uv` (Python package manager), install with `curl -LsSf https://astral.sh/uv/install.sh | sh` or see the `uv` [repo](https://github.com/astral-sh/uv) for additional install methods.\n3. Go to Claude \u003e Settings \u003e Developer \u003e Edit Config \u003e claude_desktop_config.json to include the following:\n\n```\n{\n    \"mcpServers\": {\n        \"Mureka\": {\n            \"command\": \"uvx\",\n            \"args\": [\n                \"mureka-mcp\"\n            ],\n            \"env\": {\n                \"MUREKA_API_KEY\": \"\u003cinsert-your-api-key-here\u003e\",\n                \"MUREKA_API_URL\": \"https://api.mureka.ai\",\n                \"TIME_OUT_SECONDS\":\"300\"\n            }\n        }\n    }\n}\n```\n\nThen restart the Claude app and see 4 MCP tools available in the window, indicating successful loading\n\u003cdiv class=\"title-block\" style=\"text-align: left;\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/img.png\" width=\"400\"\u003e\n\u003c/div\u003e\n\n## Optional features\nYou 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).\n\n## Example usage\n\n⚠️ Warning: Mureka credits are needed to use these tools.\nTry asking Claude:\n- \"Please create a song for my daughter Jessica to wish her a happy birthday and play it\"\n\u003cdiv class=\"title-block\" style=\"text-align: left;\"\u003e\n\u003cimg src=\"https://github.com/SkyworkAI/Mureka-mcp/blob/master/assets/demo.jpeg?raw=true\" width=\"400\"\u003e\n\u003c/div\u003e\n\n- \"Please generate lyrics about Christmas\"\n- \"Please generate a song based on the lyrics just now\"\n- \"Please generate background music suitable for playing in the coffee shop\"\n\u003cdiv class=\"title-block\" style=\"text-align: left;\"\u003e\n\u003cimg src=\"https://github.com/SkyworkAI/Mureka-mcp/blob/master/assets/demo1.jpeg?raw=true\" width=\"400\"\u003e\n\u003c/div\u003e\n\n[bgm 1 download](https://github.com/SkyworkAI/Mureka-mcp/raw/407ad955ab29c61e81b5d374e492ef8b1353c2f3/assets/16567807049729-9pi6MDiVqTavVUdjf54fmW.mp3)\n\n[bgm 2 download](https://github.com/SkyworkAI/Mureka-mcp/raw/407ad955ab29c61e81b5d374e492ef8b1353c2f3/assets/16567807049729-D7WVCcxp77Prm8b15HSX1G.mp3)\n\n## Troubleshooting\n\nLogs when running with Claude Desktop can be found at:\n\n- **Windows**: `%APPDATA%\\Claude\\logs\\mcp-server-Mureka.log`\n- **macOS**: `~/Library/Logs/Claude/mcp-server-Mureka.log`\n\n## Quickstart with Openai agents sdk\nInstall Agents SDK\n```\npip install openai-agents\n```\nRun example: openapi_agents_example/main.py\n\nKey is required to be filled in: \n```\nMUREKA_API_KEY = \"\u003cinsert-your-api-key-here\u003e\"\n```\nAfter running, you can see the composition process in the console\n\u003cdiv class=\"title-block\" style=\"text-align: left;\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/openai_1.jpeg\" width=\"400\"\u003e\n\u003c/div\u003e\n\u003cdiv class=\"title-block\" style=\"text-align: left;\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/SkyworkAI/Mureka-mcp/refs/heads/master/assets/openai_2.jpeg\" width=\"400\"\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyworkai%2Fmureka-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyworkai%2Fmureka-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyworkai%2Fmureka-mcp/lists"}