<strong>AI-powered music production in REAPER through the Model Context Protocol</strong>
AI-powered music production in REAPER through the Model Context Protocol. The reaper mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 13 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
Category — ToolsTransport — 11Tracks — 18Project — 14Items — 14Takes — 4MIDI — 13Envelopes — 3Selection — 9Sidechain — 1Patterns — 2Script — 2Installation goes through your MCP client rather than a global install: point it at xdarkzx-reaper-mcp on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
You will need one environment variable: REAPER_MCP_PROFILE. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
get_track_instruments to detect what's loaded and compose for thosePlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Reaper MCP's toolset — Category, Transport, Tracks and 10 more — is a fair guide to whether it matches your workflow. It is maintained by xdarkzx; 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 |
|---|---|
| Category | Tools |
| Transport | 11 |
| Tracks | 18 |
| Project | 14 |
| Items | 14 |
| Takes | 4 |
| MIDI | 13 |
| Envelopes | 3 |
| Selection | 9 |
| Sidechain | 1 |
| Patterns | 2 |
| Script | 2 |
| Demo | 1 |
{
"mcpServers": {
"reaper": {
"command": "reaper-mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
get_track_instruments to detect what's loaded and compose for those| Variable | Description | Required |
|---|---|---|
| REAPER_MCP_PROFILE | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.