PluginBench
MCP Server
Active
MIT

Keyboardia MCP Server

io.github.adewale/keyboardia

What is the Keyboardia MCP server?

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

How to install Keyboardia

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "keyboardia": {
      "url": "https://keyboardia.dev/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "keyboardia": {
      "serverUrl": "https://keyboardia.dev/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "keyboardia": {
      "type": "http",
      "url": "https://keyboardia.dev/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "keyboardia": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://keyboardia.dev/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http keyboardia https://keyboardia.dev/mcp

Related MCP servers

Render, verify, describe, and safely edit Mermaid diagrams through MCP.

46
TypeScript
MIT
View repository →