Reaper Reapy MCP
UnclaimedReaper and MCP or AI integration A Python application for controlling REAPER Digital Audio Workstation (DAW) using the MCP(Model context protocol).
Install
pip install reaper_reapy_mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (40)
add_fx
Add an FX to a track
add_midi_note
Add a MIDI note to a MIDI item
add_midi_notes
Add multiple MIDI notes at once
clear_midi_item
Clear all MIDI notes from a MIDI item
create_marker
Create a marker
create_midi_item
Create an empty MIDI item on a track
create_region
Create a region
create_track
Create a new track
delete_marker
Delete a marker
delete_region
Delete a region
duplicate_item
Duplicate an existing item (MIDI or audio)
get_available_fx_list
Get list of available FX plugins
get_fx_list
Get list of FX on a track
get_fx_param
Get FX parameter value
get_fx_param_list
Get list of FX parameters
get_item_properties
Get properties of a media item
get_master_track
Get master track information
get_midi_notes
Get all MIDI notes from a MIDI item
get_tempo
Get current tempo
get_time_signature
Get current time signature
get_track_color
Get track color
get_track_count
Get number of tracks in project
get_track_list
Get list of all tracks with their properties
insert_audio_item
Insert an audio file as a media item
remove_fx
Remove an FX from a track
rename_track
Rename an existing track
render_project
Render project to audio file
set_fx_param
Set FX parameter value
set_item_length
Set the length of a media item
set_item_position
Set the position of a media item
set_master_pan
Set master track pan
set_master_volume
Set master track volume
set_project_time_signature
Set project default time signature
set_tempo
Set project tempo
set_time_signature
Set time signature at position
set_track_color
Set track color
test_connection
Verify connection to REAPER
toggle_fx
Toggle FX enable/disable state
toggle_master_mute
Toggle master track mute
toggle_master_solo
Toggle master track solo