chord-synth-mcp
v1.0.0
Published
Generate chord progression WAV files via MCP. 28 presets, 22 arp patterns, 7 instruments, slash chords, transposition.
Downloads
84
Maintainers
Readme
chord-synth-mcp
MCP server for generating chord progression WAV files. Deployed on Smithery.
Tools
generate_wav
Render a chord progression to WAV. Supports 28 named presets or custom chord strings with slash chords.
{
"preset": "C G Am/E F",
"bpm": 120,
"instrument": "piano",
"pattern": 1,
"drumPattern": "poprock"
}list_options
List all available presets, patterns, instruments, drums, and note rates.
Install
Claude Desktop / Cursor / Windsurf
Install from Smithery.
Claude Code
claude mcp add chord-synth -- npx -y chord-synth mcpFeatures
- 28 named presets: Pop, Jazz, Blues, Bossa Nova, Neo-Soul, EDM, Trance, and more
- 22 arp patterns: Up, Down, Alberti, Stride, Random, Pedal Tone, etc.
- 7 instruments: piano, guitar, violin, flute, clarinet, cello, bass
- Custom chords:
"Dm9 | G7/B | Cmaj7 | Am7/E"— slash chords set bass note - Transposition: -11 to +11 semitones
- Pad + Bass + Drums: Each independently controllable
Development
npm install
npm run dev # Opens Smithery Playground via ngrokOutput
WAV PCM 16-bit mono 44100 Hz.
