Excalidraw Architect MCP
UnclaimedTurn your architecture into a living, queryable knowledge graph - and render it as beautiful auto-laid-out Excalidraw diagrams. An MCP server for Cursor, Claude Code & Windsurf. Offline, no API keys.
Install
uvx excalidraw-architect-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (20)
create_diagram
Create a new diagram from structured node/connection data
export_diagram
Export .excalidraw to SVG or PNG image
get_diagram_info
Read current diagram state (call before modifying)
kg_diff
Show how the architecture changed since a git ref
kg_drift
Detect drift between the declared graph and Python imports
kg_export
Export the graph to Mermaid, Graphviz DOT, or JSON
kg_import
Bootstrap the graph from an existing .excalidraw diagram
kg_info
Summarize services, domains, and topology
kg_init
Create a new knowledge graph file
kg_lint
Health check: cycles, single points of failure, orphans, dangling refs
kg_onboarding_doc
Generate a human onboarding guide from the graph
kg_path
Trace the dependency path between two services
kg_render
Render the whole architecture to .excalidraw
kg_render_around
Render everything within N hops of a service
kg_render_domain
Render a single domain
kg_render_view
Render a focused diagram of specific services
kg_set_domain
Group a service into a domain / bounded context
mermaid_to_excalidraw
Convert Mermaid flowchart syntax to .excalidraw
modify_diagram
Add/remove/update nodes and connections on an existing diagram
whats_connected_to
Impact analysis — upstream/downstream blast radius