Skip to content
Cursor

staruml mcp for Cursor

io.github.ezrabrilliant/staruml-mcp

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

client:Cursor transport:stdio runtime:npm

Install staruml mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

staruml mcp in other clients