# Kroki Server

Generate and download diagrams in various formats using Kroki.io. Convert your Mermaid, PlantUML, and Graphviz diagrams to SVG, PNG, PDF, or JPEG files effortlessly.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add tkoba1974/mcp-kroki

# Browse available tools
npx -y @smithery/cli@latest tool list tkoba1974/mcp-kroki

# Get full schema for a tool
npx -y @smithery/cli@latest tool get tkoba1974/mcp-kroki generate_diagram_url

# Call a tool
npx -y @smithery/cli@latest tool call tkoba1974/mcp-kroki generate_diagram_url '{}'
```

## Tools (2)

- `generate_diagram_url` — Generate a URL for a diagram using Kroki.io. This tool takes Mermaid diagram code or other supported diagram formats an…
- `download_diagram` — Download a diagram image to a local file. This tool converts diagram code (such as Mermaid) into an image file and save…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get tkoba1974/mcp-kroki <tool-name>
```

---

Source: https://github.com/tkoba1974/mcp-kroki | License: MIT
