Connection check
local install
excalidraw
Security-hardened Excalidraw MCP server with auth, rate limiting, and 14 tools
Tools
16
GitHub stars
—
Installs / wk
604
Licence
—
Transport
stdio
Last checked
never
Tools & capabilities
16 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
align_elements
from source
Align elements (left, center, right, top, middle, bottom) Align elements (left, center, right, top, middle, bottom)
batch_create_elements
from source
Create multiple elements at once (max ${LIMITS.MAX_BATCH_SIZE}) Create multiple elements at once (max ${LIMITS.MAX_BATCH_SIZE})
create_element
from source
Create a single Excalidraw element on the canvas Create a single Excalidraw element on the canvas
create_from_mermaid
from source
Convert a Mermaid diagram to Excalidraw elements Convert a Mermaid diagram to Excalidraw elements
create_view
from source
Render Excalidraw elements as an interactive inline diagram Render Excalidraw elements as an interactive inline diagram
delete_element
from source
Delete an Excalidraw element by ID Delete an Excalidraw element by ID
distribute_elements
from source
Distribute elements evenly (horizontal or vertical) Distribute elements evenly (horizontal or vertical)
export_scene
from source
Export the canvas as PNG or SVG Export the canvas as PNG or SVG
get_resource
from source
Get scene state, elements, theme, or library Get scene state, elements, theme, or library
group_elements
from source
Group multiple elements together Group multiple elements together
lock_elements
from source
Lock elements to prevent modification Lock elements to prevent modification
query_elements
from source
Search for elements by type, locked status, or group ID Search for elements by type, locked status, or group ID
read_me
from source
Get the Excalidraw element reference: types, colors, sizing, and tips. Call this before creating diagrams. Get the Excalidraw element reference: types, colors, sizing, and tips. Call this before creating diagrams.
ungroup_elements
from source
Remove elements from a group by group ID Remove elements from a group by group ID
unlock_elements
from source
Unlock elements to allow modification Unlock elements to allow modification
update_element
from source