Stats
Actions
Tags
From excalidraw
Runs locally Excalidraw MCP server for creating, editing, and exporting hand-drawn diagrams, sketches, flowcharts, and whiteboards. No secrets required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"excalidraw": {
"command": "npx",
"args": [
"-y",
"mcp-excalidraw-server"
],
"env": {
"EXPRESS_SERVER_URL": "http://localhost:3000"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
EXPRESS_SERVER_URL=http://localhost:3000npx claudepluginhub edwingao28/excalidraw-toolkit --plugin excalidraw