reaper-apidocs-mcp
Verified Safeby hydromel-project
Overview
Provides real-time access to REAPER ReaScript API documentation for AI assistants, enabling script writing and API exploration.
Installation
node build/index.jsEnvironment Variables
- PORT
Security Notes
The server processes a local HTML documentation file (`docs/reaper_api.html`). If this file were untrusted and contained malicious script, there's a theoretical risk, although the custom regex parser mitigates most common client-side HTML vulnerabilities. The HTTP/SSE server runs locally by default (`http://localhost:3001`) but can be configured for network access; external network exposure should be secured appropriately. CORS is enabled. No hardcoded secrets or 'eval' statements found in the analyzed source.
Similar Servers
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
utcp-docs-server
A comprehensive MCP server that helps AI coding agents understand and implement the Universal Tool Calling Protocol (UTCP) by providing documentation search, validation, generation, and an LLM-powered expert agent.
reaper-mcp-server
Enables language models to control and interact with the Reaper Digital Audio Workstation (DAW) through an MCP server.
ProjectDocsServer
Provides project documentation and resources to Large Language Models (LLMs) via the Model Context Protocol (MCP).