← keyboardia.dev

INDIVIDUAL MCP TOOL

export_midi

Export the session as a base64-encoded Standard MIDI File, matching what Keyboardia's own Export MIDI produces for the same music.

keyboardia.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://keyboardia.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for export_midi and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

keyboardia.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.keyboardia]
url = "https://keyboardia.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "keyboardia": {
      "type": "http",
      "url": "https://keyboardia.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: keyboardia
Remote MCP URL: https://keyboardia.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "keyboardia": {
      "url": "https://keyboardia.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "keyboardia": {
      "type": "http",
      "url": "https://keyboardia.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • create_session — Create a new editable Keyboardia session with the normal defaults and return its shareable URL.
  • remix_session — Copy an existing session — published or editable — into a new editable session that records the original as its source.
  • publish_session — Freeze the current music into a new immutable session and return its URL.
  • analyze_session — Describe what is happening musically in a session — rhythm, pitch content, inferred key, and chords — without changing anything.