reaper-dev-mcp
Provides reference documentation for REAPER development, including ReaScript API, JSFX programming, and ReaWrap API, with tools to search and query function information to prevent redundant token usage.
README
Reaper Dev MCP Server
MCP (Model Context Protocol) server providing reference documentation for REAPER development, ReaScript API, JSFX programming, and ReaWrap API.
Purpose
This server provides static reference documentation that serves as a lookup reference for factual information about REAPER development. It helps prevent "token burn" by avoiding the need to rediscover common patterns and pitfalls in every session.
Features
- Queryable API Documentation: Use tools to search and get detailed function information
- JSFX Fundamentals: Core concepts and gotchas
- ReaScript API: Complete function reference with signatures and parameters (2,282 functions across C, EEL2, Lua, Python)
- ReaWrap API: Object-oriented wrapper documentation (14 classes, 736 methods)
Installation
Quick Start
Choose your IDE and follow the instructions:
- Claude Code CLI - Recommended, easiest setup
- Cursor IDE - Works with stdio or HTTP
- Claude Desktop - Requires HTTP server
Claude Code CLI
Prerequisites: Node.js v18+
Installation (one command):
claude mcp add --transport stdio --scope user reaper-dev -- npx -y reaper-dev-mcp
Verify it's working:
claude mcp list
You should see: reaper-dev: npx -y reaper-dev-mcp - ✓ Connected
That's it! The server will automatically start when Claude Code needs it. Restart your Claude Code session to use the tools.
Cursor IDE
Cursor supports both stdio and HTTP transports. Stdio is recommended (no background process needed).
Option A: stdio Transport (Recommended)
Prerequisites: Node.js v18+
-
Open Cursor settings:
- macOS/Linux:
~/.cursor/mcp.json - Windows:
%APPDATA%\Cursor\mcp.json
- macOS/Linux:
-
Add this configuration:
{
"mcpServers": {
"reaper-dev": {
"command": "npx",
"args": ["-y", "reaper-dev-mcp"]
}
}
}
- Restart Cursor
That's it! Cursor will spawn the server automatically when needed.
Option B: HTTP/SSE Transport
If you prefer HTTP (or stdio doesn't work), use this method:
-
Start the server in a terminal (keep it running):
npx -y reaper-dev-mcpThe server will start on
http://localhost:3000. For a custom port:PORT=8080 npx -y reaper-dev-mcp -
Open Cursor settings and add:
{
"mcpServers": {
"reaper-dev": {
"type": "sse",
"url": "http://localhost:3000"
}
}
}
- Restart Cursor
Note: The server must be running before Cursor starts.
Claude Desktop
Claude Desktop requires HTTP/SSE transport.
Prerequisites: Node.js v18+
-
Start the server in a terminal (keep it running):
npx -y reaper-dev-mcpThe server will start on
http://localhost:3000. For a custom port:PORT=8080 npx -y reaper-dev-mcp -
Configure Claude Desktop:
Locate your config file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
- macOS:
-
Add this configuration:
{
"mcpServers": {
"reaper-dev": {
"type": "sse",
"url": "http://localhost:3000"
}
}
}
- Restart Claude Desktop
Note: The server must be running before Claude Desktop starts.
Development Setup
If you want to modify the server or contribute:
git clone https://github.com/Conceptual-Machines/reaper-dev-mcp.git
cd reaper-dev-mcp
npm install
npm run build
Run in development mode:
npm run dev
Run tests:
npm run test
MCP Tools
get_function_info
Get detailed information about a function from JSFX, ReaScript, or ReaWrap API.
Parameters:
api(string): One of "jsfx", "reascript", "reawrap"function_name(string): Name of the function to look upclass_name(string, optional): Required for ReaWrap API queries
Examples:
// JSFX
{
"api": "jsfx",
"function_name": "sin"
}
// ReaScript
{
"api": "reascript",
"function_name": "TrackFX_GetParam"
}
// ReaWrap
{
"api": "reawrap",
"class_name": "track",
"function_name": "add_fx_by_name"
}
search_functions
Search for functions across JSFX, ReaScript, or ReaWrap APIs.
Parameters:
api(string): One of "jsfx", "reascript", "reawrap"query(string): Search query (function name, description, etc.)limit(number, optional): Maximum number of results (default: 10)
Examples:
{
"api": "reawrap",
"query": "create",
"limit": 5
}
Resources
All documentation is available as MCP resources:
reascript://jsfx-fundamentals- Core JSFX conceptsreascript://parameter-system- REAPER parameter systemreascript://parameter-modulation- Parameter linking (plink API)reascript://fx-containers- FX container systemreascript://reawrap-api- ReaWrap API reference
API Coverage
The MCP server provides access to:
- JSFX API: 110 functions from official REAPER documentation
- ReaScript API: 2,282 functions organized by language (C, EEL2, Lua, Python)
- ReaWrap API: 14 classes with 736 methods
Success Criteria
✅ No More Token Burn: Stop rediscovering JSFX parameter indexing every session
✅ Fast Problem Solving: Quick lookup for plink API, container indices
✅ Prevent Regressions: Document all bugs so they're never repeated
✅ Reusable Knowledge: Can be used across all REAPER projects
License
MIT
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。