MCP Server
kymo runs a hosted Model Context Protocol
server at mcp.kymo.studio. Connect it to Claude Code, Cursor, Copilot,
Codex — even ChatGPT or Claude in your browser — and your coding agent can
create and edit your diagrams, rendering live in
editor.kymo.studio while the agent types.
- Add the server to your agent — one line of config (below).
- Ask for a diagram — the agent writes the source and calls the tools.
- Watch it draw at editor.kymo.studio — animated SVG, ready to export.
Connect to the kymo MCP server
The server speaks two transports: SSE at https://mcp.kymo.studio/sse
(recommended where supported) and HTTP at https://mcp.kymo.studio/mcp.
Pick your client:
Authentication
The first time your client connects, the server starts an OAuth flow with Google sign-in — no API keys to create or paste. Diagrams are owned by your Google account: every tool call operates only on your own diagrams, and the same account sees them in the editor.
To disconnect, remove the server from your client's MCP configuration; the session is not used anywhere else.
Tools
delete_diagramis destructive — if your client supports per-tool confirmation, keep it on.
Editor control (ui_*)
Tools prefixed ui_ steer your open editor tab(s) live — they change what
the browser shows, not stored content, and report how many live tabs they
reached (0 = no editor open right now).
Diagram kinds
new_diagram / edit_diagram accept a kind:
kymo(default) — the native.kymolanguage, rendered as animated SVG by kymo's own engine.- Kroki types —
mermaid,plantuml,c4plantuml,graphviz,d2,bpmn,dbml,erd,excalidraw,nomnoml,pikchr,structurizr,svgbob,tikz,vega,vegalite,wavedrom,wireviz, and more — previewed in the editor via kroki.io.
For the Mermaid syntax kymo understands natively, see Flowchart and Sequence Diagram.
Try it
With the server connected, ask your agent something like:
The agent calls new_diagram, replies with an editor.kymo.studio link, and
every follow-up (“make the queue a cylinder”, “add a cache”) lands as an
edit_diagram you watch happen live.
See also
- Getting Started — install the CLI and render locally.
- The .kymo Language — the native DSL your agent writes.
- Flowchart / Sequence Diagram — Mermaid syntax pages with live examples.