Excalidraw MCP

by al1y

15 stars
443 downloads
Not rated
GitHub

About

MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.

Details

Author
al1y
GitHub stars
15
Downloads
443
Categories
Other

- Creates Excalidraw diagrams programmatically.
- Provides a live web app preview of diagrams.
- Works with Claude Desktop, Cursor, and other MCP hosts.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Excalidraw MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install dependencies with npm i, build with npm run build, then configure the MCP host to use node <repo_root>/build/index.js as the command and arguments.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "excalidraw mcp": {
            "excalidraw": {
                "command": "node",
                "args": [
                    "<repo_root>\\build\\index.js"
                ]
            }
        }
    }
}

McpServers

{
    "excalidraw": {
        "command": "node",
        "args": [
            "<repo_root>\\build\\index.js"
        ]
    }
}

Excalidraw MCP

MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.

Setup

From repo root, run

npm i
npm run build

Configure MCP server for the relevant host

{
"mcpServers": {
"excalidraw": {
"command": "node",
"args": [
"<repo_root>\\build\\index.js"
]
}
}
}

Example

Alt text

Alt text

Alt text

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.