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).
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.
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.
claude mcp add kaiboard-mcp -- npx -y @kaibuddy/kaiboard-mcp
{
"mcpServers": {
"kaiboard-mcp": {
"args": [
"-y",
"@kaibuddy/kaiboard-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.kaiboard-mcp]
command = "npx"
args = ["-y", "@kaibuddy/kaiboard-mcp"]
{
"mcpServers": {
"kaiboard-mcp": {
"args": [
"-y",
"@kaibuddy/kaiboard-mcp"
],
"command": "npx"
}
}
}
{
"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.
Local-first RAG MCP server: hybrid search over a folder of your own documents
Real eyes and hands on the web for AI agents. MCP-first. Local-first. Vendor-agnostic.
Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.
Local-first, formally verified memory for AI agents: consult/learn/related/list over MCP.
Draw on your website, let your AI agent see it. Visual context for code generation via MCP.
Durable local-first MCP relay for independent coding agents.
Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.
Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.
Answers built from our own checks of this server.