Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Keyboardia

io.github.adewale/keyboardia

Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.

Uptime
100.0%
1 direct probes · 30d
Response
525ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

get_session

Read the current tempo and compact track patterns from an existing Keyboardia session.

edit_session

Make one narrow, retry-safe edit to an existing collaborative session. After every attempt, the next Keyboardia call must be get_session for the same session. A successful call includes a backwards-co…

create_session

Create a new editable Keyboardia session with the normal defaults and return its shareable URL. The session starts with no tracks; use edit_session to add them. Pass the same idempotency_key when retr…

remix_session

Copy an existing session — published or editable — into a new editable session that records the original as its source. The source is never modified, so this is how to continue from published work.

publish_session

Freeze the current music into a new immutable session and return its URL. The source session stays editable at its own URL. Only call this when someone explicitly asks to publish; it is never a side e…

export_midi

Export the session as a base64-encoded Standard MIDI File, matching what Keyboardia's own Export MIDI produces for the same music. The session is not modified. The result lists any session features a …

analyze_session

Describe what is happening musically in a session — rhythm, pitch content, inferred key, and chords — without changing anything. Use this to explain music rather than to edit it. Results come from the…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "keyboardia": {
      "url": "https://keyboardia.dev/mcp",
      "transport": "streamable-http"
    }
  }
}