2niuhe/plantuml_web
A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation.
Quick Start
Clone the repository:
git clone https://github.com/2niuhe/plantuml_webClaude Desktop configuration example:
{
"mcpServers": {
"plantumlweb": {
"command": "npx",
"args": [
"-y",
"2niuhe/plantuml_web"
]
}
}
}Check the repository README for specific installation and configuration instructions.