Skip to main content
Glama

Excalidraw MCP Server

by i-tozer

Excalidraw MCP 서버

이는 Excalidraw용 MCP(Model Context Protocol) 서버로, Excalidraw 도면 작업을 위한 API 기능을 제공합니다.

특징

  • Excalidraw 도면을 만들고, 읽고, 업데이트하고, 삭제합니다.
  • SVG, PNG 및 JSON 형식으로 도면 내보내기
  • 간단한 파일 기반 저장 시스템

설치

지엑스피1

용법

서버 시작

npm start

API 엔드포인트

서버는 다음과 같은 도구를 제공합니다.

도면 관리
  • create_drawing : 새로운 Excalidraw 도면을 만듭니다.
  • get_drawing : ID로 Excalidraw 도면 가져오기
  • update_drawing : ID로 Excalidraw 도면을 업데이트합니다.
  • delete_drawing : ID로 Excalidraw 도면을 삭제합니다.
  • list_drawings : 모든 Excalidraw 도면을 나열합니다
수출 운영
  • export_to_svg : Excalidraw 도면을 SVG로 내보내기
  • export_to_png : Excalidraw 도면을 PNG로 내보내기
  • export_to_json : Excalidraw 도면을 JSON으로 내보내기

개발

프로젝트 구조

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

건물

npm run build

개발 모드에서 실행

npm run dev

특허

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.

SVG, PNG, JSON 등 다양한 형식으로 Excalidraw 도면을 생성, 관리, 내보내기 위한 API 기능을 제공하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 설치
      1. 용법
        1. 서버 시작
        2. API 엔드포인트
      2. 개발
        1. 프로젝트 구조
        2. 건물
        3. 개발 모드에서 실행
      3. 특허

        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