Diagram Bridge Mcp
@tohachan
About Diagram Bridge Mcp
A comprehensive MCP server that bridges the gap between LLMs and diagram creation through three powerful, independent tools: intelligent format selection, format-specific instruction generation, and professional diagram rendering (using kroki server). Each tool can be used standa
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"diagram-bridge-mcp": {
"command": "node",
"args": [
"/path/to/diagram-bridge-mcp/dist/index.js"
],
"enabled": true
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Diagram Bridge Mcp?
Diagram Bridge Mcp is an MCP server that bridges LLMs and diagram creation through three independent tools: intelligent format selection (help_choose_diagram), format-specific instruction generation (get_diagram_instructions), and professional diagram rendering via a local Kroki service. It supports formats including Mermaid, PlantUML, C4 Model, D2, GraphViz, BPMN, Structurizr, Excalidraw, and Vega-Lite. Designed for developers using MCP clients (e.g., Cursor) who need LLMs to produce diagrams without manual format or rendering decisions.
How to use Diagram Bridge Mcp?
Install Node.js 18+, clone the repo, run npm install && npm run build, then start services with docker-compose up --build. Configure your MCP client to point to the built dist/index.js file. The server automatically provides three tools (help_choose_diagram, get_diagram_instructions, render_diagram) that can be used standalone or in sequence.
Key features of Diagram Bridge Mcp
- Tool for intelligent diagram format selection with confidence scoring
- Generates format-specific coding instructions and syntax guidelines
- Renders diagram code to PNG/SVG via integrated local Kroki service
- Supports nine popular diagram formats out of the box
- Includes caching for performance and file storage with absolute paths
Use cases of Diagram Bridge Mcp
- Choosing the optimal diagram format for visualizing architecture, relationships, or workflows
- Guiding LLMs to generate syntactically correct diagram code for a specific format
- Rendering diagram code into professional images for documentation or reports
FAQ from Diagram Bridge Mcp
What are the prerequisites for running the server?
You need Node.js 18.0 or higher and Docker with Docker Compose.
How do I configure the output storage location?
By default, rendered diagrams are saved to {project-root}/generated-diagrams/. Advanced configuration is described in the configuration guide.
What diagram formats are supported?
The server supports Mermaid, PlantUML, C4 Model, D2, GraphViz, BPMN, Structurizr, Excalidraw, and Vega-Lite.
Does the server require an internet connection?
No. Rendering uses a local Kroki service started via Docker Compose, so all processing happens locally.
How do I add this server to Cursor?
Add a JSON entry to your MCP client configuration with command: "node" and args: ["/path/to/dist/index.js"] as shown in the README.
More Developer Tools MCP servers
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Unity MCP (Server + Plugin)
IvanMurzakAI Skills, MCP Tools, and CLI for Unity Engine. Full AI develop and test loop. Use cli for quick setup. Efficient token usage, advanced tools. Any C# method may be turned into a tool by a single line. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for fr
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Comments