logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

reaper-mcp-server

Interact with your (Digital Audio Workstation) projects.

Author

reaper-mcp-server logo

dschuler36

MIT License

Quick Info

GitHub GitHub Stars 52
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

serversserverreaperservers dschuler36reaper mcpaudio workstation

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

  1. Install Dependencies ```bash uv venv source .venv/bin/activate

uv pip install . ```

  1. Configure Claude Desktop
  2. Follow the instructions to configure Claude Desktop for use with a custom MCP server
  3. Find the sample config in setup/claude_desktop_config.json
  4. Update the following paths in the config:

    • Your uv installation path
    • Your Reaper project directory
    • This server's directory
  5. Launch and Configure

  6. Open Claude Desktop
  7. Look for the hammer icon in the bottom right of your chat box
  8. Click the hammer icon to verify you see two Reaper tools available:

    • find_reaper_projects
    • parse_reaper_project
  9. Ask Away!

  10. Ask questions about your Reaper project
  11. Always include the name of the specific Reaper project you're asking about
  12. You can expand the tool boxes to see the raw project data being passed to Claude

See Also

`