reaper-mcp-server

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

44
1

Reaper MCP Server

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.

Tools

  • 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.

Repository

DS
dschuler36

dschuler36/reaper-mcp-server

Created

January 17, 2025

Updated

March 28, 2025

Language

Python

Category

Developer Tools