Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A multiplayer step sequencer with polyrhythmic patterns, built for real-time collaboration.
Configure your MCP client with:
To co-edit music you already have, open a session and give the agent the UUID
from its https://keyboardia.dev/s/{session_id} URL. Agents can read the
current rhythm, add a track, assign specific steps, and change tempo. Their
edits use the same live session as connected browsers, and published sessions
stay read-only.
Agents can also start from nothing: create a new session and hand back its link, remix a published session into an editable copy without touching the original, publish the current result as an immutable snapshot when you ask, and export the session as a MIDI file for a DAW.
They can explain music too β ask what key a session is in, how its rhythms sit against each other, or what chord a moment forms, and the answer comes from the same music-theory module the Key Assistant uses, with its uncertainty stated rather than hidden.
See the stateless MCP rhythm-slice specification for the exact tool contract and current limitations. Directory maintainers can use the canonical MCP listing record, and hosted data handling is described in the MCP privacy notice.
Add ?debug=1 to the URL to enable debug features:
See docs/DEVELOPMENT-TOOLS.md for comprehensive debugging documentation.
| File | Description |
|---|---|
app/src/audio/engine.ts | Main audio engine - coordinates all audio subsystems |
app/src/audio/scheduler.ts | Drift-free lookahead scheduling (25ms timer, 100ms lookahead) |
app/src/audio/synth.ts | 16-voice polyphonic synthesizer with voice stealing |
app/src/audio/toneSynths.ts | Tone.js synth manager (FM, AM, Membrane, etc.) |
app/src/audio/toneEffects.ts | Effects chain (reverb, delay, chorus, distortion) |
app/src/sync/multiplayer.ts | WebSocket client for real-time sync |
app/src/worker/live-session.ts | Durable Object for session state |
synth.ts) - Native Web Audio oscillators, 40+ presetstoneSynths.ts) - Tone.js FM/AM/Membrane synthsadvancedSynth.ts) - Dual-oscillator with filter envelope and LFOsampled-instrument.ts) - Sample-based playback (piano)Bundled instrument samples are third-party content with their own licenses (CC0, public domain, and similar free-use terms), documented in app/public/instruments/LICENSE.md.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/keyboardia)<a href="https://allmcps.com/mcp/keyboardia"><img src="https://allmcps.com/api/badge/keyboardia?style=directory" alt="Keyboardia on AllMCPs" /></a>