freshcrate
Skin:/
Home > MCP Servers > mcp_plantuml

mcp_plantuml

Generate PlantUML Diagrams as PNG/SVG with Embedded Web Viewer

Why this rank:Strong adoptionHealthy release cadenceRelease freshness

Description

Generate PlantUML Diagrams as PNG/SVG with Embedded Web Viewer

README

plantuml_web

Trust Score Using nicegui as a PlantUML frontend, you can deploy PlantUML on an intranet.

It's a nicegui demo project with an added MCP (Model Context Protocol) server that exposes PlantUML functionality to AI assistants.

Plantuml jar version: plantuml-1.2025.3.jar

demo

Features

Web Interface

  • Interactive PlantUML editor with live preview
  • Save and load diagrams
  • Responsive UI with resizable panels

MCP Server

  • Generate PlantUML diagrams in SVG or PNG format
  • Validate PlantUML code with detailed error messages

Usage:

With Docker

docker build -t plantuml_web_mcp .

# or pull from dockerhub
# docker pull  2niuhe/plantuml_web_mcp:latest

docker run -d -p 8080:8080 -p 8765:8765 plantuml_web_mcp:latest

Then you can access:

Without Docker

pip install -r requirements.txt
sh start.sh

The start script will launch:

  1. PlantUML server on port 8000
  2. Web interface on port 8080
  3. MCP server on port 8765

Connecting to the MCP Server

You can connect to the MCP server using any MCP client, such as Claude Desktop:

  1. Open Claude Desktop
  2. Go to Settings > MCP Servers
  3. Add a new server with the URL: http://localhost:8765/sse
  4. Restart Claude Desktop

Testing the MCP Server

A test client is provided to verify the MCP server functionality:

python test_plantuml_mcp.py http://localhost:8765/sse

Available MCP Tools

  • generate_plantuml_image: Generate a diagram image from PlantUML code
  • validate_plantuml_syntax: Validate PlantUML code and return validation result

ref

Home · zauberzeug/nicegui Wiki

How to use nicegui for beginners? · zauberzeug/nicegui · Discussion #1486

Nicegui example and suggestions · zauberzeug/nicegui · Discussion #1778

NiceGUI

syejing/nicegui-reference-cn: NiceGUI 中文版本文档

(1) Use NiceGUI to watch images and do it from the COMMAND LINE! - YouTube

Release History

VersionChangesUrgencyDate
0.0.0No release found — using repo HEADLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025
main@2025-08-21Latest activity on main branchLow8/21/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

aiA productive AI coworker that learns, self-improves, and ships work.main@2026-06-06
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.main@2026-06-06
pipulateLocal First AI SEO Software on Nix, FastHTML & HTMXmain@2026-06-06
blender-mcp🛠️ Connect Blender to Claude AI for seamless 3D modeling and scene manipulation using the Model Context Protocol for enhanced creative workflows.main@2026-06-06
mcp-scannerScan MCP servers for potential threats & security findings.4.7.3

More in MCP Servers

AstrBotAgentic IM Chatbot infrastructure that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
agentscopeBuild and run agents you can see, understand and trust.
claude-plugins-officialOfficial, Anthropic-managed directory of high quality Claude Code Plugins.
langchain4jLangChain4j is an open-source Java library that simplifies the integration of LLMs into Java applications through a unified API, providing access to popular LLMs and vector databases. It makes impleme