📦
excalidraw
Model Context Protocol server for Excalidraw diagram creation and visualization
0 installs
Trust: 39 — Low
Ai
Installation
npx mcp-excalidrawAsk AI about excalidraw
Powered by Claude · Grounded in docs
I know everything about excalidraw. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Excalidraw MCP
MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.
Setup
From repo root, run
npm i
npm run build
Configure MCP server for the relevant host
{
"mcpServers": {
"excalidraw": {
"command": "node",
"args": [
"<repo_root>\\build\\index.js"
]
}
}
}
Example



