How to Use the Chord Constructor MCP in Claude Code
Run complex music theory pipelines from the terminal. The Chord Constructor MCP Server works with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Chord Constructor MCP to Claude Code
Create your Vinkius account to connect Chord Constructor to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Key Capabilities
CLI Harmonic Analysis for Claude Code
When you're in a CI/CD script, you need reliable data fast. Use `parse_chord_string` to convert raw chord notation into structured component parts directly from the command line. This is perfect for scripting musical analysis. Then, pipe that output through your agent, which uses `determine_harmonic_role` to validate if a sequence follows expected functional movements.
Automating Voicing Checks with Claude Code
The MCP Server lets you automate musical structure checks. You can script the generation of voicings using `generate_voicings`, getting both 'closed' and 'open' textures in a headless environment. It also calculates inversions via `get_chord_inversions`. This means your scripts can validate complex harmonic rules across hundreds of chord progressions without needing a graphical interface.
Pipelines with Claude Code
You can chain these tools together in one script. Start by getting the chord structure using `parse_chord_string`, then feed that data to check inversions with `get_chord_inversions`. This creates a fully automated pipeline for musical validation. The result is pure, structured JSON output you can easily consume or pipe into other shell tools.
Set up Chord Constructor MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seechord-constructor-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Chord Constructor transactions." It will automatically discover and invoke the available Chord Constructor tools.
claude mcp add --transport http chord-constructor-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Chord Constructor MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Chord Constructor MCP today
We host it, we monitor it, we maintain it. You just paste one token.