utain/kroki-mcp
Kroki-MCP is a Go-based Model Context Protocol tool that converts textual diagram definitions (PlantUML, Mermaid, and more) into images via a Kroki backend. Designed for simplicity and flexibility, it supports both local and remote Kroki servers, offers configurable settings, and outputs multiple formats – making it ideal for developers building AI
Platform-specific configuration:
{
"mcpServers": {
"kroki-mcp": {
"command": "npx",
"args": [
"-y",
"kroki-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...