Back to MCP Servers
🔌

hustcc/mcp-mermaid

MIT

📇 🏠 - Generate diagram and chart with AI MCP dynamically.

TypeScriptAI & LLMs

Install

npx -y mcp-mermaid

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "hustcc-mcp-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-mermaid"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.