reaper-mcp-server

An MCP Server for interacting with Reaper projects.

GitHub Stars

50

User Rating

Not Rated

Favorites

0

Views

183

Forks

8

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

1Install Dependencies
bash
   uv venv
   source .venv/bin/activate
   uv pip install .
   
2Configure Claude Desktop
- Follow [the instructions to configure Claude Desktop](https://modelcontextprotocol.io/quickstart/server#core-mcp-concepts) 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 uv installation path - Your Reaper project directory - This server's directory
3Launch 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 ![Claude Desktop Tools](./docs/claude-desktop-tools.png)

Additional Resources