@kamiazya/whiteboard-mcp
v0.0.6
Published
MCP server + Excalidraw whiteboard UI for AI-assisted diagramming (Claude Code / Codex).
Downloads
777
Maintainers
Readme
@kamiazya/whiteboard-mcp
Excalidraw-based whiteboard MCP server for Claude Code, Codex, and other MCP hosts.
Requirements
- Node
>=22
Quick start
Run the stdio server directly with npx:
npx -y @kamiazya/whiteboard-mcp@latestExample MCP config:
{
"mcpServers": {
"whiteboard": {
"command": "npx",
"args": ["-y", "@kamiazya/whiteboard-mcp@latest"]
}
}
}Shared skills are published in the package under skills/.
What is in this package
dist/contains the runnable MCP server and browser app assets.skills/contains the shared skill bundles that Claude Code and Codex wrappers reference as their source of truth.- The repo-level plugin manifests are not shipped as separate release artifacts. Public distribution currently happens through this npm package.
Development
For repo-local development, use the workspace root commands:
pnpm mcp:http:dev
pnpm mcp:inspectLinks
- Repository:
https://github.com/kamiazya/whiteboard - Issues:
https://github.com/kamiazya/whiteboard/issues - Full docs: see the repository root
README.md
