MCP Mermaid
@hustcc
About MCP Mermaid
❤️ Generate mermaid diagram and chart with AI MCP dynamically.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": [
"-y",
"mcp-mermaid"
]
}
}
}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 MCP Mermaid?
MCP Mermaid is an MCP server that dynamically generates Mermaid diagrams and charts using AI. It fully supports all Mermaid features and allows configuration of background color and theme. It is designed for developers and AI agents who need to create diagrams programmatically or interactively.
How to use MCP Mermaid?
The server can be run directly via npx (e.g., npx -y mcp-mermaid) or installed globally (npm install -g mcp-mermaid) and launched with CLI options. It supports multiple transports: STDIO (default), SSE (e.g., mcp-mermaid -t sse), and Streamable HTTP (e.g., mcp-mermaid -t streamable). To integrate with desktop MCP clients (Claude, VSCode, Cline, Cherry Studio), add the server configuration with the appropriate command and args for your operating system.
Key features of MCP Mermaid
- Full support for all Mermaid syntax and features.
- Configurable
backgroundColorandthemefor styled output. - Exports diagrams as
base64,svg,mermaidcode,file,svg_url, andpng_url. - Built-in Mermaid validation to help the model produce correct syntax.
- Multiple transport protocols: STDIO, SSE, and Streamable HTTP.
Use cases of MCP Mermaid
- Generate flowcharts, sequence diagrams, and other Mermaid charts via AI prompts.
- Automatically save diagrams as PNG files for AI agents using
outputType: "file". - Share diagrams through public mermaid.ink links using
svg_urlorpng_urlmodes. - Enable multi-round AI interaction to refine diagram syntax and visuals.
FAQ from MCP Mermaid
How do I install and run MCP Mermaid?
You can run it directly with npx (e.g., npx -y mcp-mermaid) or install globally with npm install -g mcp-mermaid and then use the mcp-mermaid command. Docker images are also available (susuperli/mcp-mermaid:latest).
What transport protocols are supported?
The server supports STDIO (default), SSE (Server-Sent Events), and Streamable HTTP transport. Use the -t flag to select one (e.g., mcp-mermaid -t sse).
What output formats are available?
Diagrams can be exported as base64, svg, mermaid (raw code), file (saved PNG), svg_url, or png_url. The URL modes generate publicly accessible links via mermaid.ink.
How do I configure the server for SSE or Streamable HTTP?
Use CLI options like --transport sse (or -t sse) and optionally --port (default 3033) and --endpoint (default /sse for SSE, /mcp for streamable). For global installation, run mcp-mermaid -t sse.
Can I use MCP Mermaid with desktop MCP clients?
Yes, add the server configuration to your MCP client (e.g., Claude Desktop, VSCode, Cline, Cherry Studio) using the appropriate command and args for your OS (Mac or Windows) as shown in the README.
More Other MCP servers
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Servers
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments