From excalidraw
Connects remotely to Excalidraw's MCP server at mcp.excalidraw.com for tools to create, edit, export, and manage hand-drawn diagrams and sketches.
npx claudepluginhub edwingao28/excalidraw-toolkit --plugin excalidrawAdd to your .mcp.json:
{
"mcpServers": {
"excalidraw": {
"command": "npx",
"args": [
"-y",
"mcp-excalidraw-server"
],
"env": {
"EXPRESS_SERVER_URL": "http://localhost:3000"
}
}
}
}npxEXPRESS_SERVER_URL=http://localhost:3000Share bugs, ideas, or general feedback.