StarUML Server
FreeNot checkedEnables creating diagrams or generating code from diagrams in StarUML via prompts.
About
Enables creating diagrams or generating code from diagrams in StarUML via prompts.
README
StarUML MCP Server
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.
Setup
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.
Example Prompts
- "Create a class diagram for book store in StarUML"
- "Create a sequence diagram for OAuth authentication in StarUML"
- "Generate SQL DDL from the current ERD diagram in StarUML"
Tools
generate_diagramget_current_diagram_infoget_all_diagrams_infoget_diagram_image_by_id
Dev
- Clone this repository.
- Build with
npm run build. - Update
claude_desktop_config.jsonin Claude Desktop as below. - Restart Claude Desktop.
{
"mcpServers": {
"staruml-mcp-server": {
"command": "node",
"args": ["<full-path-to>/staruml-mcp-server/build/index.js"]
}
}
}
Install StarUML Server in Claude Desktop, Claude Code & Cursor
unyly install staruml-mcp-serverInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add staruml-mcp-server -- npx -y staruml-mcp-serverFAQ
Is StarUML Server MCP free?
Yes, StarUML Server MCP is free — one-click install via Unyly at no cost.
Does StarUML Server need an API key?
No, StarUML Server runs without API keys or environment variables.
Is StarUML Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install StarUML Server in Claude Desktop, Claude Code or Cursor?
Open StarUML Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare StarUML Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
