al1y/mcp-excalidraw
3.3
If you are the rightful owner of mcp-excalidraw and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Excalidraw MCP server facilitates the creation of Excalidraw diagrams through various hosts, providing a live web app preview.
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"
]
}
}
}