Odel
staruml mcp

staruml mcp

Local
@ezrabrilliantTypeScriptMITUpdated 4mo ago

MCP server for StarUML — generate UML diagrams from AI agents via stdio or HTTP.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmstaruml-mcpv0.2.0

Run

npx -y staruml-mcp

MCP client config

{
  "mcpServers": {
    "staruml-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "staruml-mcp"
      ]
    }
  }
}