Mermaid MCP Server
MCP Serverby peng-shawn · Added 5mo ago
Claude
223
Install
git clone https://github.com/peng-shawn/mermaid-mcp-serverAdd to Claude
claude mcp add mermaid-mcp-serverQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mermaid-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/mermaid-mcp-server"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
支持将 Mermaid 图表转换为 PNG 图像或 SVG 文件的 Model Context Protocol (MCP) 服务器。支持环境变量 CONTENT_IMAGE_SUPPORTED,用于控制是否直接返回图像或将其保存到磁盘。
Tags
ai-mlmcp-serverai