This repository provides a simple MCP server that connects a Reaper project to an MCP client like Claude Desktop, enabling users to ask questions about their projects. It uses tools
This is a simple MCP server that connects a Reaper project to an MCP client like Claude Desktop, enabling you to ask questions about your project.
find_reaper_projects
: Locates Reaper projects within a specified directory.parse_reaper_project
: Parses a Reaper project file and returns its data as a JSON object.These tools work together. When you ask Claude about a Reaper project, find_reaper_projects
identifies the project, and then parse_reaper_project
extracts its data for Claude to answer your question. The src/domains/reaper_dataclasses.py
file defines the structure of the parsed project data.
dschuler36/reaper-mcp-server
January 17, 2025
March 28, 2025
Python