Back to Apps

Kroki MCP
by utain
Convert textual diagram definitions (PlantUML, Mermaid, etc.) into images via Kroki backend.
0 stars
Works in:claude
Exposes:Tools
What it does
Kroki MCP provides AI agents with the ability to generate complex diagrams from text. It connects to a Kroki backend (local or remote) to convert various textual representations—including PlantUML, Mermaid, and C4—into high-quality image files. This allows an LLM to architect systems or map flows and then output a visual artifact for the user.
Tools
convert_diagram: Converts a text-based diagram definition into a specified image format (PNG, SVG, JPEG, PDF).
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"kroki-mcp": {
"command": "go",
"args": [
"run",
"github.com/utain/kroki-mcp/cmd/kroki-mcp@latest",
"-m", "stdio",
"-f", "png",
"--kroki-host", "https://kroki.io"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
go run github.com/utain/kroki-mcp/cmd/kroki-mcp@latestInformation
- Pricing
- free
- Published
- 5/11/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"kroki-mcp": {"command": "go", "args": ["run", "github.com/utain/kroki-mcp/cmd/kroki-mcp@latest", "-m", "stdio", "-f", "png", "--kroki-host", "https://kroki.io"]}}}





