Excalidraw MCP Server
Excalidraw MCP 서버
이는 Excalidraw용 MCP(Model Context Protocol) 서버로, Excalidraw 도면 작업을 위한 API 기능을 제공합니다.
특징
Excalidraw 도면을 만들고, 읽고, 업데이트하고, 삭제합니다.
SVG, PNG 및 JSON 형식으로 도면 내보내기
간단한 파일 기반 저장 시스템
Related MCP server: Excalidraw MCP Server
설치
지엑스피1
용법
서버 시작
npm startAPI 엔드포인트
서버는 다음과 같은 도구를 제공합니다.
도면 관리
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceA Model Context Protocol server that enables LLMs to create, modify, and manipulate Excalidraw diagrams through a structured API.113,0232,330MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables LLMs to create, modify and manipulate Excalidraw diagrams through a structured API, supporting element creation, styling, organization, and scene management.121,917MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol server that converts Mermaid diagram code into various image formats (PNG, JPG, SVG, PDF) with theme customization options for AI clients.39MIT
- AlicenseNot gradedqualityCmaintenanceA Model Context Protocol server for creating and managing draw.io diagrams with batch operations and rich node types.7431Apache 2.0
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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