loading…
Search for a command to run...
loading…
Enables creating diagrams or generating code from diagrams in StarUML via prompts.
Enables creating diagrams or generating code from diagrams in StarUML via prompts.
StarUML is a sophisticated modeler for agile and concise modeling. StarUML MCP Server enables you to create diagrams or generate codes from diagrams in StarUML via prompts.
Prerequisite:
Set up claude_desktop_config.json in Claude Desktop as follows:
{
"mcpServers": {
"staruml-mcp-server": {
"command": "npx",
"args": ["-y", "staruml-mcp-server"]
}
}
}
You can use the --api-port=<port> option to change the API server port for StarUML.
generate_diagramget_current_diagram_infoget_all_diagrams_infoget_diagram_image_by_idnpm run build.claude_desktop_config.json in Claude Desktop as below.{
"mcpServers": {
"staruml-mcp-server": {
"command": "node",
"args": ["<full-path-to>/staruml-mcp-server/build/index.js"]
}
}
}
Run in your terminal:
claude mcp add staruml-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.