MCP.so
登录

MCP Mermaid

@hustcc

关于 MCP Mermaid

❤️ Generate mermaid diagram and chart with AI MCP dynamically.

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

hustcc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mermaid"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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 backgroundColor and theme for styled output.
  • Exports diagrams as base64, svg, mermaid code, file, svg_url, and png_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_url or png_url modes.
  • 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.

评论

其他 分类下的更多 MCP 服务器