Skip to main content
Glama

Mureka MCP Server

by SkyworkAI

出口

使用 Claude Desktop 快速入门

  1. Mureka获取您的 API 密钥。
  2. 安装uv (Python 包管理器),使用curl -LsSf https://astral.sh/uv/install.sh | sh安装,或查看uvrepo以了解其他安装方法。
  3. 转到 Claude > 设置 > 开发人员 > 编辑配置 > claude_desktop_config.json 以包含以下内容:
{ "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" } } } }

然后重启Claude app,看到窗口中有4个MCP工具可用,表示加载成功

可选功能

您可以将TIME_OUT_SECONDS环境变量添加到claude_desktop_config.json中,以设置歌曲或背景音乐生成等待的超时时间(默认 60 秒)。

示例用法

⚠️ 警告:使用这些工具需要 Mureka 积分。可以尝试询问 Claude:

  • “请为我的女儿杰西卡创作一首歌曲,祝她生日快乐并播放”
  • “请生成关于圣诞节的歌词”
  • “请根据刚才的歌词生成一首歌曲”
  • “请生成适合在咖啡店播放的背景音乐”

bgm1下载

bgm2下载

故障排除

使用 Claude Desktop 运行时的日志可以在以下位置找到:

  • Windows%APPDATA%\Claude\logs\mcp-server-Mureka.log
  • macOS~/Library/Logs/Claude/mcp-server-Mureka.log

Openai Agent SDK 快速入门

即将推出

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

模型上下文协议服务器,使 Claude 等 AI 助手能够通过 Mureka 的 API 生成歌词、歌曲和背景音乐。

  1. 可选功能
    1. 示例用法
      1. 故障排除
        1. Openai Agent SDK 快速入门

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            A Model Context Protocol server that allows AI assistants like Claude and Cursor to create music and control Sonic Pi programmatically through OSC messages.
            Last updated -
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants like Claude to interact with Spotify, allowing them to search for tracks, control playback, and manage playlists.
            Last updated -
            1
            TypeScript
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables real-time interaction with Ableton Live, allowing AI assistants to control song creation, track management, clip operations, and audio recording workflows.
            Last updated -
            23
            147
            24
            TypeScript
            MIT License
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants to generate images, text, and audio through the Pollinations APIs without requiring authentication.
            Last updated -
            7
            48
            19
            JavaScript
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/SkyworkAI/Mureka-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server