MCP Catalogs
首页mcp-koii screenshot

mcp-koii

by benjaminr·23·综合分 43

MCP 服务器,通过 MIDI 控制 Teenage Engineering EP-133 K.O. II 采样器,支持模式创建和播放。

mediadeveloper-toolsother
3
Forks
2
活跃 Issue
3 个月前
最近提交
2 天前
收录于

概述

这个 MCP 服务器通过 MIDI 命令实现与 Teenage Engineering EP-133 K.O. II 采样器的交互。它提供了播放单个音符、创建基于文本语法的鼓模式和浏览可用声音的功能。服务器支持多种引用乐器的方式(垫子标签、MIDI 音符、乐器名称、声音名称),并允许同时播放多个乐器。与 Claude Desktop 的集成允许使用自然语言控制设备。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:使用自然语言命令创建鼓模式
:通过 AI 助手控制硬件采样器
:浏览和触发 EP-133 设备上的不同声音
:如何连接到我的 EP-133 设备?
:支持什么鼓模式语法?

什么时候选它

如果您拥有Teenage Engineering EP-133 K.O. II并希望将其与Claude等AI助手集成用于音乐创作和控制,请选择此MCP服务器。

什么时候不要选它

如果您没有特定的EP-133硬件,请不要选择此服务器,因为它专为这个特定设备设计。

此 server 暴露的工具

从 README 抽取出 9 个工具
  • list_midi_ports

    List available MIDI ports on your system

  • connect_midi_device

    Connect to a MIDI device by name or port number

  • disconnect_midi_device

    Close the connection to the current MIDI device

  • play_note

    Play a single note with specified velocity and duration

  • play_pattern

    Play a sequence of notes with timing information

  • play_drum_pattern

    Play a text-based drum pattern

  • list_sound_categories

    View available sound categories (Kicks, Snares, etc.)

  • list_sounds_in_category

    Browse sounds within a specific category

  • get_default_pad_configuration

    See which sounds are mapped to each pad by default

可对比工具

mcp-midimcp-abletonmidi-controllers-mcp

安装

前置要求

  • Python 3.8 或更高版本
  • mido (MIDI 处理)
  • mcp (模型上下文协议 SDK)

安装

# 安装所需的包
pip install mido "mcp[cli]"

# 克隆仓库
git clone https://github.com/benjaminr/mcp-koii.git
cd mcp-koii

# 安装 MCP 服务器
mcp install koii_server.py:server -e .

Claude Desktop 配置

将此添加到您的 Claude Desktop config.json 文件:

{
  "mcpServers": {
    "koii": {
      "command": "python",
      "args": ["koii_server.py"]
    }
  }
}

FAQ

如何连接到我的 EP-133 设备?
使用'连接到 MIDI 设备'命令,指定设备名称或端口号。确保您的设备已通过 USB 连接并已通电。
支持什么鼓模式语法?
服务器支持四种引用方式:垫子引用(A.、A2 等)、MIDI 音符编号(36、40 等)、声音名称('MICRO KICK'、'NT SNARE' 等)和混合引用。使用'x'表示重击,'o'表示轻击,'.'表示不击打。

mcp-koii 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。