Elevator pitch
MCP server enabling Claude to generate, manipulate, and export synthesizer patches programmatically.
Industry
Music Production & Sound Design
Problem
- Synthesizer patch creation requires manual UI navigation and deep parameter knowledge.
- Sharing and version-controlling patches programmatically is difficult.
Solution
- Claude generates patches via structured MCP calls with real-time validation.
- Export patches as portable files for collaboration and archival.
Tools
generate_patch: Create synth patch from description, return JSON structuremodify_parameters: Adjust oscillator, filter, envelope settings, return updated patchvalidate_patch: Check patch compatibility and constraints, return validation reportexport_patch: Convert patch to standard format, return file reference
Widgets
/patch-editor: Visual patch parameter inspector and real-time preview/patch-library: Browse, search, and load community-shared patches
Conversation starters
- "Generate a warm pad patch with slow LFO modulation on the filter cutoff."
- "Show me how to layer two oscillators for a rich bass sound."