Excalidraw MCP Server
Related Servers
Alternatives to Excalidraw MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to build, edit, organize, and export Excalidraw diagrams (architecture, flowcharts, etc.) entirely headless, producing .excalidraw files, SVG, and PNG renders.2,455 npmMIT
- FlicenseNot gradedqualityCmaintenanceGenerates hand-drawn Excalidraw diagrams from natural language prompts or structured descriptions, with tools for creating, listing, and opening diagrams directly in the browser.-
- AlicenseAqualityCmaintenanceEnables AI agents to programmatically generate, edit, and view Excalidraw diagrams with real-time browser synchronization. It provides a suite of tools for adding shapes, text, and arrows to diagrams through natural language interactions.112,455 npm100MIT
- AlicenseNot gradedqualityCmaintenanceProvides tools for creating, deleting, and querying nodes and edges in Excalidraw diagrams, enabling diagram editing via LLM interfaces.98 npm5MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to programmatically control a live Excalidraw canvas with element-level CRUD operations and real-time synchronization. It supports iterative diagramming through scene descriptions, screenshots, and advanced layout tools for collaborative AI-human workflows.1,645 npm2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to create, modify, and share diagrams on a live Excalidraw canvas through MCP tools, supporting shapes, text, arrows, batch operations, and export to shareable links with images.1,645 npm8MIT
TDQS
Scored across 8 tools
Every tool has a clearly distinct purpose with no ambiguity. Each tool targets a specific action (create, delete, export, get, list, update) on a specific resource (drawing), making it easy for an agent to select the correct tool without confusion.
All tools follow a consistent verb_noun pattern (e.g., create_drawing, delete_drawing, export_to_json). The naming is uniform across all eight tools, with no deviations in style or convention.
With 8 tools, this server is well-scoped for managing Excalidraw drawings. Each tool serves a distinct and necessary function, covering core operations without being overly sparse or bloated.
The tool set provides complete CRUD/lifecycle coverage for the domain: create, get, list, update, and delete drawings, plus multiple export options. There are no obvious gaps, and agents can perform all essential workflows without dead ends.