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
            F
            license
            -
            quality
            A Model Context Protocol server that enables AI assistants like Claude to perform Python development tasks through file operations, code analysis, project management, and safe code execution.
            Last updated -
            5
            Python
            • Linux
            • Apple
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server implementation that enables AI assistants like Claude to perform Google searches and retrieve web data directly through natural language requests.
            Last updated -
            1
            571
            36
            TypeScript
            MIT License
          • A
            security
            F
            license
            A
            quality
            A Model Context Protocol server that allows AI assistants to generate music through the Suno API, supporting custom lyrics and style inputs or inspiration-based creation.
            Last updated -
            1
            9
            JavaScript
          • A
            security
            A
            license
            A
            quality
            A Model Context Protocol server that enables AI assistants like Claude to interact with microCMS content management system through six core tools for performing CRUD operations on microCMS list-type APIs.
            Last updated -
            10
            10
            11
            TypeScript
            MIT License
            • 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