@iflow-mcp/al1y-excalidraw-mcp
v1.0.0
Published
MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.
Readme
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 buildConfigure MCP server for the relevant host
{
"mcpServers": {
"excalidraw": {
"command": "node",
"args": [
"<repo_root>\\build\\index.js"
]
}
}
}Example



