MCP.so
ログイン

Mureka Mcp

@SkyworkAI

Mureka Mcp について

generate lyrics, song and background music(instrumental). Model Context Protocol (MCP) server.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

python

トランスポート

stdio

公開者

SkyworkAI

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ