#!/bin/bash
# Start OSC-based REAPER MCP Server for Windsurf
# Ensure REAPER is running
if ! pgrep -x "REAPER" > /dev/null; then
echo "Starting REAPER..."
open /Applications/REAPER.app
# Give REAPER time to start up
sleep 3
fi
# Activate the Python virtual environment
source "$(dirname "$0")/venv/bin/activate"
# Set the Python path to include the reaper-mcp directory
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
# Run the OSC-based MCP server with stdio transport
exec python "$(dirname "$0")/osc_mcp_server.py"
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/itsuzef/reaper-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server