Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uml-mcp-server": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@Swayingleaves/uml-mcp-server",
"--client",
"claude"
]
}
}
}