Skip to main content
Glama
yeeking

reaper-mcp-server

by yeeking

reaper-mcp-server

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:

I had these settings:

/opt/homebrew/opt/python@3.12/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.

Related MCP server: REAPER MCP Server

Security

There is none so watch out.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yeeking/reaper-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server