MCP ExplorerExplorer

Excalidraw Mcp

@al1yon a year ago
5 MIT
FreeCommunity
AI Systems
MCP server creating Excalidraw diagrams via Claude Desktop, Cursor, or other hosts with a live web app preview.

Overview

What is Excalidraw Mcp

Excalidraw-MCP is a server that enables the creation of Excalidraw diagrams through various hosts like Claude Desktop and Cursor, featuring a live web application preview.

Use cases

Use cases include creating flowcharts, wireframes, and collaborative brainstorming sessions, as well as integrating with other applications for enhanced diagramming capabilities.

How to use

To use Excalidraw-MCP, clone the repository, run ‘npm i’ to install dependencies, and then execute ‘npm run build’. Configure the MCP server with the appropriate host settings as specified in the README.

Key features

Key features include real-time web app previews of diagrams, compatibility with multiple hosts, and a straightforward setup process for developers.

Where to use

Excalidraw-MCP can be used in educational environments, collaborative design sessions, software development, and any scenario requiring visual diagramming.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers