MCP server for controlling REAPER DAW — real-time mixing, FX control, and frequency analysis for AI agents
Reaper MCP server exists for a simple reason — assistants are far more useful when they can act on Reaper directly instead of describing what you should do. MCP server for controlling REAPER DAW — real-time mixing, FX control, and frequency analysis for AI agents.
AI-powered mixing for REAPER DAW. An MCP server that gives AI agents (Claude Code, etc.) full control over REAPER — real-time metering, FX management, transport control, frequency analysis, and an AI mix engineer knowledge base.
Once Reaper is connected, these are the calls the assistant has available:
create_midi_item — Create empty MIDI item on a tracklist_midi_items — List MIDI items with position, length, note/CC countsget_midi_notes — Get notes with pagination (offset/limit)analyze_midi — Per-pitch velocity stats, histogram, machine gun detectiondelete_midi_note — Delete a note by indexlist_media_items — List items on a track (position, length, name, volume, type)get_media_item_properties — Detailed properties (fades, play rate, pitch, source)split_media_item — Split at position, returns left/right infoPrerequisites — The Prerequisites tool exposed by this serverVerify — Checks that the bridge is connected, knowledge is installed, and MCP config existsTransport — The Transport tool exposed by this serverRouting — The Routing tool exposed by this serverYou will need one environment variable: REAPER_RESOURCE_PATH. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Reaper's toolset — create_midi_item, list_midi_items, get_midi_notes and 9 more — is a fair guide to whether it matches your workflow. It is maintained by GitHub Actions; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| create_midi_item | Create empty MIDI item on a track |
| list_midi_items | List MIDI items with position, length, note/CC counts |
| get_midi_notes | Get notes with pagination (offset/limit) |
| analyze_midi | Per-pitch velocity stats, histogram, machine gun detection |
| delete_midi_note | Delete a note by index |
| list_media_items | List items on a track (position, length, name, volume, type) |
| get_media_item_properties | Detailed properties (fades, play rate, pitch, source) |
| split_media_item | Split at position, returns left/right info |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Verify | Checks that the bridge is connected, knowledge is installed, and MCP config exists. |
| Transport | The Transport tool exposed by this server. |
| Routing | The Routing tool exposed by this server. |
| Variable | Description | Required |
|---|---|---|
| REAPER_RESOURCE_PATH | Filesystem location the server is allowed to use. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.