excalidraw
stdioUsed 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 excalidrawAdd 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
npxAccess Level
write
Arguments
-ymcp-excalidraw-server
Environment Variables
EXPRESS_SERVER_URL=http://localhost:3000