Reaper MCP Server
This is a simple MCP server that connects a Reaper project to an MCP client like Claude Desktop and enables you to ask questions about the project.
Tools
find_reaper_projects: Finds all Reaper projects in the directory you specified in the config.parse_reaper_project: Parses a Reaper project and returns a JSON object.
These tools work in tandem. When you ask Claude a question about a specific Reaper project, it will use the find_reaper_projects tool to find the project, then use the parse_reaper_project tool to parse the project and answer your question. To see all data that is parsed from the project, check out the src/domains/reaper_dataclasses.py file.
Setup
Install Dependencies
uv venv source .venv/bin/activate uv pip install .Configure Claude Desktop
- Follow the instructions to configure Claude Desktop for use with a custom MCP server
- Find the sample config in
setup/claude_desktop_config.json - Update the following paths in the config:
- Your
uvinstallation path - Your Reaper project directory
- This server’s directory
- Your
Launch and Configure
- Open Claude Desktop
- Look for the hammer icon in the bottom right of your chat box
- Click the hammer icon to verify you see two Reaper tools available:
find_reaper_projectsparse_reaper_project

Ask Away!
- Ask questions about your Reaper project
- Always include the name of the specific Reaper project you’re asking about
- You can expand the tool boxes to see the raw project data being passed to Claude

Reaper MCP Server
Project Details
- dschuler36/reaper-mcp-server
- MIT License
- Last Updated: 4/12/2025
Recomended MCP Servers
The open-source reactive database for app developers
An MCP server enhances AI responses with real-time search results via Higress ai-search.
A Model Context Protocol (MCP) server for interacting with the Hetzner Cloud API. This server allows language models...
Official mailtrap.io MCP server
A CLI inspector for the Model Context Protocol
I enhance the existing memory mcp server from the official mcp github, so big thanks and credits for...
Figma MCP Server with full API functionality
MCP Server to integrate Unity Editor game engine with different AI Model clients (e.g. Claude Desktop, Windsurf, Cursor)
Google Calendar MCP server for Claude Desktop integration
MCP Documentation Server with AI Learning Capabilities
A system monitoring tool that exposes system metrics via the Model Context Protocol (MCP). This tool allows LLMs...





