REAPER音频工作站MCP控制器 是 AI Skill Hub 本期精选MCP工具之一。综合评分 7.8 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
为REAPER数字音频工作站提供AI控制的MCP服务器,集成158个专业工具覆盖混音、母带处理和MIDI编辑。支持Claude等AI助手通过自然语言控制DAW,大幅提升音乐制作效率,适合专业音频工程师和音乐制作人。
REAPER音频工作站MCP控制器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
为REAPER数字音频工作站提供AI控制的MCP服务器,集成158个专业工具覆盖混音、母带处理和MIDI编辑。支持Claude等AI助手通过自然语言控制DAW,大幅提升音乐制作效率,适合专业音频工程师和音乐制作人。
REAPER音频工作站MCP控制器 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/TwelveTake-Studios/reaper-mcp
# 方式二:手动配置 claude_desktop_config.json
{
"mcpServers": {
"reaper-----mcp---": {
"command": "npx",
"args": ["-y", "reaper-mcp"]
}
}
}
# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
# 安装后在 Claude 对话中直接使用 # 示例: 用户: 请帮我用 REAPER音频工作站MCP控制器 执行以下任务... Claude: [自动调用 REAPER音频工作站MCP控制器 MCP 工具处理请求] # 查看可用工具列表 # 在 Claude 中输入:"列出所有可用的 MCP 工具"
// claude_desktop_config.json 配置示例
{
"mcpServers": {
"reaper_____mcp___": {
"command": "npx",
"args": ["-y", "reaper-mcp"],
"env": {
// "API_KEY": "your-api-key-here"
}
}
}
}
// 保存后重启 Claude Desktop 生效
A TwelveTake Studios project.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control REAPER DAW for mixing, mastering, MIDI composition, and full music production workflows.
Built by a working producer with 7+ albums released. These aren't theoretical tools—they're battle-tested in real sessions.
Version: 1.3.1
The bridge script runs inside REAPER and handles communication with the MCP server.
1. Copy reaper_mcp_bridge.lua to your REAPER Scripts folder: - Windows: %APPDATA%\REAPER\Scripts\ - macOS: ~/Library/Application Support/REAPER/Scripts/ - Linux: ~/.config/REAPER/Scripts/ 2. In REAPER: Actions → Show action list → Load ReaScript 3. Select reaper_mcp_bridge.lua and click Run
You should see "REAPER MCP Bridge started" in REAPER's console.
pip install -r requirements.txt
Or install dependencies directly:
pip install mcp httpx
Add to your MCP client's configuration (e.g., .mcp.json):
{
"mcpServers": {
"reaper": {
"command": "python",
"args": ["path/to/reaper_mcp_server.py"]
}
}
}
REAPER_COMM_MODE=http python reaper_mcp_server.py ```
Default port: 9000
| Variable | Default | Description |
|---|---|---|
REAPER_COMM_MODE | file | Communication mode (file or http) |
REAPER_BRIDGE_DIR | %APPDATA%\REAPER\Scripts\mcp_bridge_data | File bridge directory |
REAPER_HOST | localhost | HTTP bridge host |
REAPER_PORT | 9000 | HTTP bridge port |
Most MCP servers just wrap REAPER's API and call it a day. This one includes production workflow helpers that handle multi-step operations in a single call:
| Tool | What it does for you |
|---|---|
setup_sidechain_compression() | Creates send, routes to channels 3-4, configures ReaComp's detector input — complete sidechain setup in one call |
add_mastering_chain() | Adds ReaEQ → ReaComp → ReaEQ → ReaLimit to master track with proper signal flow |
add_parallel_compression() | Creates a bus track, sets up the send, adds compressor — NY-style compression ready to blend |
create_bus() | Creates a submix track and routes your specified tracks to it |
get_project_summary() | Returns track count, all track names/volumes/pans/FX, markers, regions, tempo, time signature — everything your AI needs in one call |
Use these names with track_fx_add_by_name():
| Plugin | Name |
|---|---|
| EQ | ReaEQ |
| Compressor | ReaComp |
| Limiter | ReaLimit |
| Gate | ReaGate |
| Delay | ReaDelay |
| Reverb | ReaVerbate or ReaVerb |
Third-party plugins use their full name as shown in REAPER's FX browser.
专业DAW控制方案,工具数量丰富覆盖完整工作流。Lua实现稳定可靠,但社区规模小、维护频率需观察。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,REAPER音频工作站MCP控制器 在MCP工具赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | reaper-mcp |
| 原始描述 | 开源MCP工具:MCP server to control REAPER DAW with AI — 158 tools for mixing, mastering, MIDI。⭐15 · Lua |
| Topics | 音频制作DAW控制AI助手混音母带MIDI编辑 |
| GitHub | https://github.com/TwelveTake-Studios/reaper-mcp |
| License | MIT |
| 语言 | Lua |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端