Skip to content
Claude Desktop

Umlout for Claude Desktop

io.github.dmkorj/umlout

Create and edit UML, flowchart, wireframe and sequence diagrams on an Umlout whiteboard.

client:Claude Desktop transport:sse

Install Umlout in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "umlout": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.umlout.com/mcp/sse"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Umlout in other clients