Developer Tools
Trust: 30/100 (Limited)io.github.cmd8/excalidraw-mcp Guide
Model Context Protocol server for Excalidraw diagrams.
3 starsby cmd8
Quick Start
Install
npx @cmd8/excalidraw-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-cmd8-excalidraw-mcp": {
"command": "npx",
"args": [
"@cmd8/excalidraw-mcp"
]
}
}
}