i_tozer_excalidraw_mcp

i_tozer_excalidraw_mcp

by i-tozer

Clone the repository

Skip to content

You signed in with another tab or window. Reload
to refresh your session. You signed out in another tab or window. Reload
to refresh your session. You switched accounts on another tab or window. Reload
to refresh your session. Dismiss alert

i-tozer / excalidraw-mcp Public

Model Context Protocol (MCP) server for Excalidraw - Work in Progress

7 stars
1 fork
Branches
Tags
Activity

Star

Notifications
You must be signed in to change notification settings

i-tozer/excalidraw-mcp

main

Branches
Tags


Go to file

Code

Folders and files

| Name | | Name | Last commit message | Last commit date |
| --- | --- | --- | --- |
| Latest commit
-------------

History
-------

1 Commit

| | |
| src | | src | | |
| .gitignore | | .gitignore | | |
| Dockerfile | | Dockerfile | | |
| README.md | | README.md | | |
| docker-compose.yml | | docker-compose.yml | | |
| index.ts | | index.ts | | |
| package-lock.json | | package-lock.json | | |
| package.json | | package.json | | |
| smithery.yaml | | smithery.yaml | | |
| test.js | | test.js | | |
| tsconfig.json | | tsconfig.json | | |
| View all files | | |

Repository files navigation

Excalidraw MCP Server

This is a Model Context Protocol (MCP) server for Excalidraw, providing API functionality for operating on Excalidraw drawings.

Features

  • Create, read, update, and delete Excalidraw drawings
  • Export drawings to SVG, PNG, and JSON formats
  • Simple file-based storage system

Installation

# Clone the repository
git clone https://github.com/yourusername/excalidraw-mcp.git
cd excalidraw-mcp

# Install dependencies
npm install

# Build the project
npm run build

Usage

Starting the Server

npm start

API Endpoints

The server provides the following tools:

Drawing Management

  • create_drawing: Create a new Excalidraw drawing
  • get_drawing: Get an Excalidraw drawing by ID
  • update_drawing: Update an Excalidraw drawing by ID
  • delete_drawing: Delete an Excalidraw drawing by ID
  • list_drawings: List all Excalidraw drawings

Export Operations

  • export_to_svg: Export an Excalidraw drawing to SVG
  • export_to_png: Export an Excalidraw drawing to PNG
  • export_to_json: Export an Excalidraw drawing to JSON

Development

Project Structure

excalidraw-mcp/
├── src/
│   ├── common/
│   │   └── errors.ts
│   └── operations/
│       ├── drawings.ts
│       └── export.ts
├── index.ts
├── package.json
├── tsconfig.json
└── README.md

Building

npm run build

Running in Development Mode

npm run dev

License

MIT

About

Model Context Protocol (MCP) server for Excalidraw - Work in Progress

Resources

Readme

Activity

Stars

7 stars

Watchers

1 watching

Forks

1 fork

Report repository

Releases


No releases published

Packages 0


No packages published

Languages

You can’t perform that action at this time.

Features & Capabilities

Categories
mcp_server model_context_protocol

Implementation Details

Stats

0 Views
7 GitHub Stars

Repository Info

i-tozer Organization

Similar MCP Servers

continuedev_continue by continuedev
25049
21423
9300