Back to MCP Servers
Mermaid
Generate [mermaid](https://mermaid.js.org/) diagram and chart with AI MCP dynamically.
customer-data-platformsai
By hustcc
Installation
npx -y mcp-mermaidConfiguration
{
"mcpServers": {
"mcp-mermaid": {
"command": "npx",
"args": ["-y", "mcp-mermaid"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes