Generate various types of UML diagrams effortlessly using natural language or PlantUML code. Share and view diagrams easily with accessible URLs and local file paths. Integrate seamlessly with MCP-compatible clients for enhanced functionality.
Tools
generate_uml
生成UML图并返回代码、URL和本地路径。 Args: diagram_type: UML图类型 (class, sequence, activity, usecase, state, component, deployment, object) code: 完整的PlantUML代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码、URL和本地路径的JSON字符串
generate_class_diagram
生成类图并返回代码和URL。 Args: code: 完整的PlantUML类图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
generate_sequence_diagram
生成序列图并返回代码和URL。 Args: code: 完整的PlantUML序列图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
generate_activity_diagram
生成活动图并返回代码和URL。 Args: code: 完整的PlantUML活动图代码 output_dir: 输出目录路径,必须显式提供 Returns: 包含PlantUML代码和URL的JSON字符串
Installation
Uh oh!
This server works best locally, but does not have a local installation option. Please check the source repositary for manual setup.