Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Reaper Server

БесплатноНе проверен

An MCP server that lets language models interact with the Reaper DAW

GitHubEmbed

Описание

An MCP server that lets language models interact with the Reaper DAW

README

An MCP server that lets language models interact with the Reaper DAW

git clone https://github.com/yeeking/reaper-mcp-server.git
cd reaper-mcp-server
## maybe maybe a venv
pip install -r requirements.txt
python src/reaper_mcp_server.py

Then configure your lm-studio or whatever to use tools then off you go. E.g. for lm-studio, put this in your mcp.json:

{
  "mcpServers": {
    "reaper-mcp": {
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

Reaper setup

You need to allow python to talk to Reaper - in the settings:

image

I had these settings:

/opt/homebrew/opt/[email protected]/Frameworks/Python.framework/Versions/3.12/lib/

libpython3.12.dylib

Then I had to run a little script in reascript to open the API - swap 'your_venv_dir' for the locatipon of your virtual environment where you installed the packages earlier. Actions -> edit Reascript

import sys
sys.path.append("<your_venv_dir>/lib/python3.12/site-packages")
import reapy
reapy.config.enable_dist_api()

Run it and restart Reaper.

Security

There is none so watch out.

from github.com/yeeking/reaper-mcp-server

Установка Reaper Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/yeeking/reaper-mcp-server

FAQ

Reaper Server MCP бесплатный?

Да, Reaper Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Reaper Server?

Нет, Reaper Server работает без API-ключей и переменных окружения.

Reaper Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Reaper Server в Claude Desktop, Claude Code или Cursor?

Открой Reaper Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Reaper Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development