reaper-mcp

reaper-mcp

Enables AI-assisted VST plugin tuning by connecting Claude CLI to Reaper, allowing a loop of audio capture, spectrum analysis, and live plugin parameter adjustment.

Category
Visit Server

README

reaper-mcp

MCP server that connects Claude CLI to Reaper for AI-assisted VST plugin tuning.

Loop: play riff → capture audio → Claude analyzes spectrum → proposes DSP changes → builds plugin → reload in Reaper → repeat.


Setup

1 — Install Python dependencies (Windows)

cd server
python -m venv .venv
.venv\Scripts\activate
pip install -r ..\requirements.txt

2 — Configure Claude CLI

Add to %APPDATA%\Claude\claude_desktop_config.json (Claude Desktop) or .claude/settings.json (Claude CLI):

{
  "mcpServers": {
    "reaper": {
      "command": "C:\\path\\to\\reaper-mcp\\server\\.venv\\Scripts\\python.exe",
      "args":    ["C:\\path\\to\\reaper-mcp\\server\\main.py"],
      "env": {
        "REAPER_MCP_REPO": "C:\\path\\to\\vst-distortion-power-house"
      }
    }
  }
}

3 — Load the Reaper bridge script

In Reaper:

  1. Actions → Show action list → ReaScript: Run script
  2. Select reaper/mcp_bridge.lua
  3. It will show "MCP Bridge running." in the Reaper console and stay active

Bind a hotkey to Script: mcp_bridge.lua so you can restart it quickly.


Usage

With Claude CLI open and MCP connected:

> capture_audio        # after playing a riff — renders last 4s and analyzes
> get_plugin_params    # see current LandsDist knob positions
> set_plugin_param Gain 0.8   # tweak live in Reaper
> build_plugin         # after code changes — incremental build
> reload_plugin        # Reaper picks up new VST3

Claude will call these tools automatically during a tuning session.


How it works

Reaper ←──── mcp_bridge.lua (Lua, polls %TEMP%\reaper_mcp_cmd.json)
                    ↕  temp files
Python MCP server (server/main.py, stdio)
                    ↕  MCP protocol
Claude CLI (Windows)

The Lua bridge polls a temp file every 150ms. The Python server writes a command, waits up to 10s for a response, then returns the result to Claude as a tool call result.


Adding support for other plugins

Set REAPER_MCP_REPO to any other VST repo path. Pass plugin_name matching the FX name in Reaper's FX chain.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured