Excalidraw Server
Freeby MCP Community
Advanced MCP server for Excalidraw with real-time canvas, WebSocket sync, and comprehensive diagram management
v1.0.6Added Apr 12, 2026
mcpmcp-serverexcalidrawmodel-context-protocolai
Excalidraw Server MCP Server
Advanced MCP server for Excalidraw with real-time canvas, WebSocket sync, and comprehensive diagram management
Installation
Reviews
Installation
Quick install
npx -y mcp-excalidraw-server
Add to claude_desktop_config.json
{
"mcpServers": {
"excalidraw-server": {
"command": "npx",
"args": ["-y", "mcp-excalidraw-server"]
}
}
}