Create and edit UML, flowchart, wireframe and sequence diagrams on an Umlout whiteboard.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Let your AI assistant draw on a real whiteboard.
Umlout exposes a hosted Model Context Protocol server, so Claude, Cursor, VS Code Copilot and any other MCP client can create and edit diagrams in your Umlout workspace β UML class and sequence diagrams, flowcharts, activity diagrams, wireframes and domain models.
Nothing to install and nothing to run: the server is hosted at https://www.umlout.com/mcp/sse.
You only need an API key.
1. Get an API key. Sign in at umlout.com, open Profile β MCP API Keys, and create a key.
2. Add the server to your client.
More options, including project scope: examples/claude-code.md.
~/.cursor/mcp.json:
For VS Code Copilot use examples/vscode.json β it prompts for the key and keeps it in VS Code's secret storage instead of a committed file.
mcp-remote bridgeClaude Desktop's config file does not take a remote URL directly, so route it through
mcp-remote (needs Node.js). Edit
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or
%APPDATA%\Claude\claude_desktop_config.json (Windows):
Then quit Claude Desktop completely and reopen it β closing the window is not enough.
3. Ask for a diagram:
Draw a UML sequence diagram of an OAuth2 authorization code flow on a new board called "Auth".
Verify your setup at any time:
37 tools across four areas, plus 4 read-only resources. Full reference with every argument: docs/tools.md and docs/resources.md.
| Area | What the assistant can do |
|---|---|
| Diagrams | Create, list, find, rename, clear and delete boards |
| Shapes & connections | Add and edit shapes, draw connections with UML notation, place sequence messages, define custom anchor points, bulk-create hundreds of elements in one call |
| Domain models | Build nestable folders β elements β relations; create a whole model tree in a single call |
| Comments | Add, list, resolve and delete comments and replies on any element |
The shape vocabulary covers 70 types β basic geometry, UML class/interface/package, sequence (actor, lifeline, activation, fragment), activity (action, decision, fork/join, swimlanes), and a full wireframe kit (screens, buttons, inputs, navbars, tables, cards).
Every request carries your key in Authorization: Bearer <key> (or X-API-Key). Keys are scoped
to your account β the assistant sees exactly the diagrams you can see, and nothing else.
| Limit | Value |
|---|---|
| Requests | 60 per minute |
| Write tool calls | 600 per hour |
Bulk write calls (bulk_*) | 60 per hour |
Details, key rotation and revocation: docs/authentication.md. Something not working? docs/troubleshooting.md.
This repo is the public home of the Umlout MCP connector: documentation, client configs, the registry manifest (server.json) and a connection checker. The server itself is a hosted service β there is no local installation, so there is no server source here.
Issues and questions about the MCP integration are welcome in Issues.
MIT β documentation and examples.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/umlout)<a href="https://allmcps.com/mcp/umlout"><img src="https://allmcps.com/api/badge/umlout?style=directory" alt="Umlout on AllMCPs" /></a>