Reaper and MCP or AI integration A Python application for controlling REAPER Digital Audio Workstation (DAW) using the MCP(Model context protocol).
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"reaper-reapy-mcp": {
"args": [
"-m",
"reaper_reapy_mcp"
],
"type": "stdio",
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Python application for controlling REAPER Digital Audio Workstation (DAW) using the MCP(Model context protocol).
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'reaper_reapy_mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked reaper_reapy_mcp against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
A Model Context Protocol (MCP) server that gives Claude direct control over Strudel.cc for AI-assisted music generation and live coding.
MCP Security Weekly
Get CVE alerts and security updates for Reaper Reapy Mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Python application for controlling REAPER Digital Audio Workstation (DAW) using the MCP(Model context protocol).


python-reapy Python modulemcp[cli] package for MCP server# From PyPI
pip install reaper_reapy_mcp
# From GitHub repository
pip install git+https://github.com/wegitor/reaper-reapy-mcp.git
The wheel package includes all necessary dependencies and can be used in other Python projects that need REAPER integration. The project uses pyproject.toml for modern Python packaging configuration, which provides better dependency management and build system configuration.
The application uses a sample MP3 file for testing audio operations. The file will be automatically downloaded when needed from:
https://www2.cs.uic.edu/~i101/SoundFiles/StarWars3.mp3
This is a short Star Wars theme clip that's commonly used for testing audio applications.
You can run the server using uv directly:
uv --directory <project_path> run -m reaper_reapy_mcp
For example, on Windows:
uv --directory C:\path\to\reaper_reapy_mcp run -m reaper_reapy_mcp
Or using the Python module directly after installation:
python -m reaper_reapy_mcp
test_mcp.bat
Available MCP tools:
test_connection: Verify connection to REAPERcreate_track: Create a new trackrename_track: Rename an existing trackset_track_color: Set track colorget_track_color: Get track colorget_track_count: Get number of tracks in projectget_track_list: Get list of all tracks with their propertiesadd_fx: Add an FX to a trackremove_fx: Remove an FX from a trackset_fx_param: Set FX parameter valueget_fx_param: Get FX parameter valueget_fx_param_list: Get list of FX parametersget_fx_list: Get list of FX on a trackget_available_fx_list: Get list of available FX pluginstoggle_fx: Toggle FX enable/disable stateset_tempo: Set project tempoget_tempo: Get current tempoget_time_signature: Get current time signatureset_project_time_signature: Set project default time signatureset_time_signature: Set time signature at positioncreate_region: Create a regiondelete_region: Delete a regioncreate_marker: Create a markerdelete_marker: Delete a markerrender_project: Render project to audio fileget_master_track: Get master track informationset_master_volume: Set master track volumeset_master_pan: Set master track pantoggle_master_mute: Toggle master track mutetoggle_master_solo: Toggle maste