plantuml-mcp.md

PlantUML MCP

UI App
from"plantuml"
720

Generate UML diagrams from text descriptions with visual rendering

Visualization
PlantUMLUMLdiagramstext-to-diagram
install.sh
# Clone the repository
$git clone https://github.com/plantuml/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve