MCP Directory
ServersClientsBlog

xASO - App Store Optimization

AI-powered App Store Optimization platform for mobile apps

Go to xASO
MCP Directory

Model Context Protocol Directory

MKSF LTD
Suite 8805 5 Brayford Square
London, E1 0SG

MCP Directory

  • About
  • Blog
  • Documentation
  • Contact

Menu

  • Servers
  • Clients

© 2025 model-context-protocol.com

The Model Context Protocol (MCP) is an open standard for AI model communication.
Powered by Mert KoseogluSoftware Forge
  1. Home
  2. Servers
  3. reaper-mcp-server

reaper-mcp-server

GitHub

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

52
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