Skip to content
Cursor

KaiBoard MCP for Cursor

io.github.chasenkai/kaiboard-mcp

Let AI agents draw on your local-first KaiBoard whiteboards (relay or local folder).

client:Cursor transport:stdio runtime:npm

Install KaiBoard MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kaiboard-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kaibuddy/kaiboard-mcp"
      ],
      "env": {
        "KAIBOARD_TOKEN": "<KAIBOARD_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

KaiBoard MCP in other clients