Excalidraw MCP ServerServer

i-tozer
GitHub
ExcalidrawGraphical ToolsAPI Integration

Loading subscription status...

💡 Description

This is the Excalidraw Model Context Protocol (MCP) server that provides API features for operating on Excalidraw drawings.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Excalidraw MCP Server": {
        "env": {},
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

drawing managementexport to PNGexport to SVGexport to JSON

Features

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

💬 Example Queries

  • Create a new Excalidraw drawing
  • Get an Excalidraw drawing by ID
  • Export Excalidraw drawing to PNG