Skip to content
VS Code

staruml mcp for VS Code

io.github.ezrabrilliant/staruml-mcp

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

client:VS Code transport:stdio runtime:npm

Install staruml mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "staruml-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "staruml-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

staruml mcp in other clients