mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
Excalidraw
Cursor plugin that connects agents to Excalidraw through Excalidraw's official remote Model Context Protocol server.
Draw and export hand-drawn diagrams from chat.
Install
- Open Cursor Settings → Plugins.
- Search for Excalidraw.
- Click Install.
Or run /add-plugin excalidraw in chat.
MCP
{
"mcpServers": {
"excalidraw": {
"type": "http",
"url": "https://mcp.excalidraw.com/mcp"
}
}
}
No authentication is required; the server covers public repositories only.
Before you connect
No account is needed. The hosted server renders diagrams as interactive MCP App views in clients that support them, and can export .excalidraw files anywhere.
What agents can do
| Category | Capabilities |
|---|---|
| Draw | Create a diagram view from elements the agent describes |
| Export | Export the current drawing to an .excalidraw file |
| Checkpoints | Save and restore drawing checkpoints within a session |
The hosted runtime is the source of truth for tool names and schemas.
Notes
- This is the open-source Excalidraw MCP server. Excalidraw+ workspaces use a separate authenticated endpoint (
https://api.excalidraw.com/api/v1/mcp) that this plugin does not configure. - The bare origin
https://mcp.excalidraw.comredirects to/mcp; the plugin uses the final URL.
Docs
- excalidraw-mcp on GitHub: https://github.com/excalidraw/excalidraw-mcp
- Server URL: https://mcp.excalidraw.com/mcp
Logo is Excalidraw's official mark, from the excalidraw GitHub organization.
License
MIT