MCP.so
Sign In
P

Plantuml Mcp Server

@infobip

About Plantuml Mcp Server

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

infobip

Submitted by

Mario Zagar

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "plantuml": {
      "command": "npx",
      "args": [
        "plantuml-mcp-server"
      ],
      "env": {
        "PLANTUML_SERVER_URL": "https://www.plantuml.com/plantuml"
      }
    }
  }
}

Tools

3

Generate a PlantUML diagram with automatic syntax validation and error reporting for auto-fix workflows. Returns embeddable image URLs for valid diagrams or structured error details for invalid syntax that can be automatically corrected.

Encode PlantUML code for URL usage

Decode encoded PlantUML string back to PlantUML code

Comments

More Other MCP servers