Back to MCP directory
publicPublicdnsLocal runtime

vibe-composer-midi-mcp

Vibe Composer MCP 是一个基于 MCP 服务器的音乐创作工具,允许用户通过自然语言与 LLM 对话来创作多轨音乐,并支持输出到软件或硬件合成器。

article

README

🚀 vibe-composer-midi-mcp

这是一个作为MCP服务器的音乐氛围创作工具,可与大语言模型交互来创作音乐,支持多轨创作,还能输出到软硬件合成器以获得更好的音效。

🚀 快速开始

Vibe Composer作为一个MCP服务器,你可以通过与大语言模型交流来创作音乐。观看概述视频了解更多。

✨ 主要特性

  • 作为MCP服务器运行,可与大语言模型交互创作音乐。
  • 支持多轨创作,不局限于钢琴,能创作整个乐队的音乐。
  • 可输出到软硬件合成器,以获得更好的音效。

📦 安装指南

以Claude Desktop作为MCP客户端为例,将以下内容添加到~/Library/Application Support/Claude/claude_desktop_config.json文件中:

"vibe-composer-midi-mcp": {
  "command": "npx",
  "args": ["vibe-composer-midi-mcp@latest"]
}

💻 使用示例

基础用法

以下是一些示例提示,你可以与大语言模型交互使用:

  • Play an upbeat melody on the piano
  • Spicy it up with fast passages with 16th notes
  • Add a few bars on the saxophone while piano is playing chords
  • Add drums for the whole duration of the song

高级用法

在软硬件合成器上播放音乐:

  • 询问大语言模型列出可用的MIDI输出 - Which MIDI outputs are available?
    • 它可能会告诉你有Logic Pro
  • 然后要求在Logic Pro上播放并分配通道,例如:
Play in on Logic Pro and route the tracks to the following channels:

- Piano - channel 0
- Sax - channel 1
- Drums - channel 2

📚 详细文档

你可以在YouTube上观看完整示例,了解该工具的完整使用过程。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client