R
Reaper
community
devtools
Interact with your [Reaper](https://www.reaper.fm/) (Digital Audio Workstation) projects.
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
 : Finds all Reaper projects in the directory you specified in the config.- find_reaper_projects
 : Parses a Reaper project and returns a JSON object.- parse_reaper_project
These tools work in tandem. When you ask Claude a question about a specific Reaper project, it will use the 
find_reaper_projectsparse_reaper_projectsrc/domains/reaper_dataclasses.pySetup
- 
Install Dependenciesuv 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 
 installation pathuv
- 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_projects
- parse_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
 
 
Related Servers
Adfin
official
The only platform you need to get paid - all payments in one place, invoicing and accounting reconciliations with [Adfin](https://www.adfin.com/).
View Details
APIMatic MCP
official
APIMatic MCP Server is used to validate OpenAPI specifications using [APIMatic](https://www.apimatic.io/). The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
View Details