Give AI assistants access to 10,674 jazz piano voicings across 468 chords in 16 styles. Look up voicings, voice-lead progressions, get personalised recommendations, and explore chord theory -- all through the Model Context Protocol.
Add this to your Claude Desktop configuration file (claude_desktop_config.json):
{
"mcpServers": {
"voicinglab": {
"type": "streamable-http",
"url": "https://voicinglab.com/api/mcp"
}
}
}Restart Claude Desktop and the VoicingLab tools will appear in your tool list. Works with Claude Desktop, Claude.ai, and any MCP-compatible client.
getVoicingLook up voicings for any chord symbol. Supports 468 chords across 16 voicing styles. Filter by style (shell, rootless, drop 2, quartal, etc).
{ "chordSymbol": "Cmaj7", "style": "shell" }getVoicingsForProgressionGet voice-led voicings for a chord progression. The algorithm minimises hand movement between chords for smooth transitions.
{ "chords": ["Dm7", "G7", "Cmaj7"], "style": "rootless" }getVoicingStylesList all 16 voicing styles with difficulty ratings, descriptions, prerequisites, and learning order. No parameters needed.
{}getRecommendationGet personalised recommendations for what voicing style to learn next based on practice history and accuracy data.
{ "practiceHistory": [{ "style": "shell", "chordSymbol": "Cmaj7", "accuracy": 92 }] }getChordInfoGet detailed chord information: quality, intervals, available voicing styles, and difficulty-appropriate style suggestions.
{ "chordSymbol": "Cmaj7" }After adding the MCP server to Claude Desktop, try asking: