Skip to main content
Glama

Excalidraw MCP Server

by i-tozer

Servidor MCP de Excalidraw

Este es un servidor de Protocolo de contexto de modelo (MCP) para Excalidraw, que proporciona funcionalidad API para operar en dibujos de Excalidraw.

Características

  • Crear, leer, actualizar y eliminar dibujos de Excalidraw
  • Exportar dibujos a formatos SVG, PNG y JSON
  • Sistema de almacenamiento simple basado en archivos

Instalación

# 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

Uso

Iniciando el servidor

npm start

Puntos finales de API

El servidor proporciona las siguientes herramientas:

Gestión de dibujos
  • create_drawing : Crea un nuevo dibujo de Excalidraw
  • get_drawing : Obtener un dibujo de Excalidraw por ID
  • update_drawing : Actualizar un dibujo de Excalidraw por ID
  • delete_drawing : Eliminar un dibujo de Excalidraw por ID
  • list_drawings : Lista todos los dibujos de Excalidraw
Operaciones de exportación
  • export_to_svg : Exportar un dibujo de Excalidraw a SVG
  • export_to_png : Exportar un dibujo de Excalidraw a PNG
  • export_to_json : Exportar un dibujo de Excalidraw a JSON

Desarrollo

Estructura del proyecto

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

Edificio

npm run build

Ejecutando en modo de desarrollo

npm run dev

Licencia

Instituto Tecnológico de Massachusetts (MIT)

-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Un servidor de protocolo de contexto de modelo que proporciona funcionalidad API para crear, administrar y exportar dibujos de Excalidraw en varios formatos como SVG, PNG y JSON.

  1. Características
    1. Instalación
      1. Uso
        1. Iniciando el servidor
        2. Puntos finales de API
      2. Desarrollo
        1. Estructura del proyecto
        2. Edificio
        3. Ejecutando en modo de desarrollo
      3. Licencia

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides tools for code modification and generation via Large Language Models, allowing users to create, modify, rewrite, and delete files using structured XML instructions.
          Last updated -
          12
          Python
          MIT License
          • Linux
          • Apple
        • A
          security
          F
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to create, modify, and manipulate Excalidraw diagrams through a structured API.
          Last updated -
          11
          160
          63
          JavaScript
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server that integrates with Figma's API, allowing interaction with Figma files, comments, components, projects, and webhook management.
          Last updated -
          997
          JavaScript
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server providing utility tools for development and testing, offering functionalities like personalized greetings, random card drawing, and datetime formatting with an extensible architecture.
          Last updated -
          19
          464
          2
          TypeScript
          MIT License
          • Apple
          • Linux

        View all related MCP servers

        MCP directory API

        We provide all the information about MCP servers via our MCP API.

        curl -X GET 'https://glama.ai/api/mcp/v1/servers/i-tozer/excalidraw-mcp'

        If you have feedback or need assistance with the MCP directory API, please join our Discord server