Servers
Excalidraw MCP
@al1y
MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"excalidraw": {
"command": "node",
"args": [
"<repo_root>\\build\\index.js"
]
}
}
}