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を使用してインストールするか、追加のインストール方法についてはuvリポジトリを参照してください。
  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アプリを再起動し、ウィンドウに4つのMCPツールが表示され、読み込みが成功したことを確認します。

オプション機能

claude_desktop_config.jsonTIME_OUT_SECONDS環境変数を追加して、曲または BGM 生成の待機のタイムアウト期間を設定できます (デフォルトは 60 秒)。

使用例

⚠️ 注意:これらのツールを使用するにはMurekaクレジットが必要です。Claudeに聞いてみてください:

  • 「娘のジェシカの誕生日を祝う曲を作って、演奏してください」
  • 「クリスマスについての歌詞を生成してください」
  • 「今の歌詞に基づいて曲を生成してください」
  • 「喫茶店で流すのに適したBGMを生成してください」

BGM 1 ダウンロード

BGM 2 ダウンロード

トラブルシューティング

Claude Desktop で実行したときのログは次の場所にあります。

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

Openai エージェント 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 エージェント 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