excalidraw

stdio

Used by 20 plugins

Installs excalidraw, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub edwingao28/excalidraw-skill --plugin excalidraw
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "excalidraw": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-excalidraw-server"
      ],
      "env": {
        "EXPRESS_SERVER_URL": "http://localhost:3000"
      }
    }
  }
}
Command
npx
Access Level
write
Arguments
-ymcp-excalidraw-server
Environment Variables
EXPRESS_SERVER_URL=http://localhost:3000