Excalidraw MCP Server (community)
A live Excalidraw canvas that agents can draw on, see, refine and export as .excalidraw files.
Sources and review
Checked against public documentation on . Suitability guidance is our editorial judgment; this is not a performance benchmark or an endorsement.
Coding agents that should produce editable diagrams alongside the code they document.
About Excalidraw MCP Server (community)
mcp-excalidraw-server gives agents a live Excalidraw canvas: they create architecture diagrams and flowcharts programmatically, check their own work through screenshots, fix layout problems and export .excalidraw files to commit with your code. The canvas can be driven from an agent skill and CLI, an MCP stdio server with 26 tools, or a REST API. It is a community project, separate from Excalidraw's own MCP app.
Excalidraw MCP Server (community) is an open-source project written primarily in TypeScript, with 2.5k stars on GitHub. It was last updated in September 2026.
Add Excalidraw MCP Server (community) to your MCP client
Generated from the launch command in the project's README. Your client starts the server on demand.
Claude Code
claude mcp add mcp-excalidraw-server -- npx -y mcp-excalidraw-serverCursor
{
"mcpServers": {
"mcp-excalidraw-server": {
"command": "npx",
"args": ["-y", "mcp-excalidraw-server"]
}
}
}VS Code
{
"servers": {
"mcp-excalidraw-server": {
"type": "stdio",
"command": "npx",
"args": ["-y", "mcp-excalidraw-server"]
}
}
}Claude Desktop
{
"mcpServers": {
"mcp-excalidraw-server": {
"command": "npx",
"args": ["-y", "mcp-excalidraw-server"]
}
}
}Codex
[mcp_servers.mcp-excalidraw-server]
command = "npx"
args = ["-y", "mcp-excalidraw-server"]Excalidraw MCP Server (community) vs. the alternatives
All 163 alternatives →| Record | Stars | Pricing | ||
|---|---|---|---|---|
| Excalidraw MCP Server (community)this listing | 2.5k | TypeScript | MIT | Open source |
| MCP Reference Servers | 91k | TypeScript | MIT AND Apache-2.0 | Open source |
| context7 | 62k | TypeScript | MIT | Open source |
| chrome-devtools-mcp | 53k | TypeScript | Apache-2.0 | Open source |
| Playwright MCP | 37k | TypeScript | Apache-2.0 | Open source |
| github-mcp-server | 33k | Go | MIT | Open source |
See all 163 Excalidraw MCP Server (community) alternatives, compared →
