mcpbeat Sign in

KaiBoard MCP Server

by chasenkai Your server? Claim it
local only

KaiBoard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 18 Sep 2026.

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

Installs / week
npm · @kaibuddy/kaiboard-mcp
0
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check KaiBoard MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add kaiboard-mcp -- npx -y @kaibuddy/kaiboard-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "kaiboard-mcp": {
      "args": [
        "-y",
        "@kaibuddy/kaiboard-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.kaiboard-mcp]
command = "npx"
args = ["-y", "@kaibuddy/kaiboard-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "kaiboard-mcp": {
      "args": [
        "-y",
        "@kaibuddy/kaiboard-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "kaiboard-mcp": {
      "args": [
        "-y",
        "@kaibuddy/kaiboard-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: KAIBOARD_TOKEN (Relay token from KaiBoard's "Agent co-draw" panel. Required for --relay mode; not needed for --dir mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to KaiBoard MCP

same job, measured the same way
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

220 installs/wk local only
Pixelcheck
by xcodethink

Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.

78 installs/wk local only
Continuum
by pouyahasanamreji

Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.

local only
Mnema
by zimac

Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.

local only
Draw2agent
by zero-abd

Draw on your website, let your AI agent see it. Visual context for code generation via MCP.

49 installs/wk local only
Claude Bridge
by constripacity

Durable local-first MCP relay for independent coding agents.

297 installs/wk local only
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only

KaiBoard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for KaiBoard MCP?
KaiBoard MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @kaibuddy/kaiboard-mcp.
How do I connect KaiBoard MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @kaibuddy/kaiboard-mcp straight from npm; nothing to host, nothing to sign up for.
Is KaiBoard MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.