MCP.so
登录
P

Plantuml Mcp Server

@infobip

关于 Plantuml Mcp Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

infobip

提交者

Mario Zagar

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

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

评论

其他 分类下的更多 MCP 服务器