Back to MCP Servers
Plantuml Web
A web-based PlantUML frontend with MCP server integration, enable plantuml image generation and plantuml syntax validation.
other-tools-and-integrations
By 2niuhe
Installation
npx -y plantuml_webConfiguration
{
"mcpServers": {
"plantuml_web": {
"command": "npx",
"args": ["-y", "plantuml_web"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes