Skip to main content
Other Tools and IntegrationsPython

2niuhe/plantuml_web

A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation.

other-tools-and-integrationscloud-servicelocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/2niuhe/plantuml_web

Claude Desktop configuration example:

{
  "mcpServers": {
    "plantumlweb": {
      "command": "npx",
      "args": [
        "-y",
        "2niuhe/plantuml_web"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Python
Author
2niuhe