Reaper Server
FreeNot checkedAn MCP server that lets language models interact with the Reaper DAW
About
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:
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.
Installing Reaper Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/yeeking/reaper-mcp-serverFAQ
Is Reaper Server MCP free?
Yes, Reaper Server MCP is free — one-click install via Unyly at no cost.
Does Reaper Server need an API key?
No, Reaper Server runs without API keys or environment variables.
Is Reaper Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Reaper Server in Claude Desktop, Claude Code or Cursor?
Open Reaper Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Reaper Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
