MCP Kroki Server
@tkoba1974
关于 MCP Kroki Server
MCP server to convert a diagram to picture using kroki.io
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-kroki": {
"command": "npx",
"args": [
"-y",
"@tkoba1974/mcp-kroki"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Kroki Server?
MCP Kroki Server is an MCP server that converts diagram markup (e.g., Mermaid, PlantUML) into SVG, PNG, PDF, or JPEG images using the Kroki.io API. It is designed for developers using MCP-compatible clients like Claude Desktop who need to generate and download diagrams programmatically.
How to use MCP Kroki Server?
Install via git clone and npm, or run with npx. Add the server to your MCP client configuration (e.g., Claude Desktop) and then call the generate_diagram_url or download_diagram tools with the diagram type and content. The server sends the diagram to Kroki.io for rendering.
Key features of MCP Kroki Server
- Generate diagram URLs for embedding or sharing
- Download diagrams as SVG, PNG, PDF, or JPEG files
- Support for Mermaid, PlantUML, Graphviz, and more
- Optional scale parameter for adjusting diagram size
Use cases of MCP Kroki Server
- Render Mermaid diagrams directly in Claude Desktop conversations
- Download diagrams for inclusion in documentation or reports
- Integrate diagram generation into automated workflows or CI pipelines
- Use multiple diagram formats from a single server tool
FAQ from MCP Kroki Server
What diagram types are supported?
Mermaid, PlantUML, Graphviz, and many other formats supported by Kroki.io.
What output formats are available?
SVG, PNG, PDF, JPEG. For URL generation, base64 is also an option.
How does the scale parameter work?
The scale parameter (default 1.0, minimum 0.1
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
ghidraMCP
LaurieWiredMCP Server for Ghidra
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mlops
visengerA curated list of references for MLOps
评论