vst-mcp-server
Verified Safeby thomasbunch
Overview
An AI-assisted server for VST plugin development, offering DSP algorithms, audio formulas, JUCE templates, UI components, and code validation tools.
Installation
npx vst-mcp-serverEnvironment Variables
- PORT
- TRANSPORT
Security Notes
The server uses standard Node.js/Express practices and the MCP SDK. It explicitly enables `Access-Control-Allow-Origin: *`, which is common for open APIs but implies broad access from any web domain. The `security-licensing.ts` file defines `EncryptedString` and `ObfuscatedValidator` as examples for plugin developers, not as part of the server's own internal security mechanisms. No obvious malicious patterns or direct use of `eval` or similar dangerous functions were found in the provided server-side code.
Similar Servers
boost
Accelerates AI-assisted development by providing essential context and structure for generating high-quality, Laravel-specific code via an MCP server.
arcade-mcp
Provides a framework and pre-built toolkits for integrating Large Language Models (LLMs) with various external services and databases, enabling AI agents to interact with the real world.
code-assistant
Standardizes communication between code editors and AI coding agents, enabling autonomous code analysis and modification via command-line, GUI, or server modes.
midi-mcp-server
An MCP server that enables AI models to generate MIDI files from text-based music data, allowing programmatic creation of musical compositions.