mermaid-image-gen-mcp.md

Mermaid Image Generator

UI App
from"codingthefuturewithai"
590

Generate diagrams from Mermaid code in SVG, PNG, and PDF formats

Visualization
MermaiddiagramsSVGPNG
install.sh
# Clone the repository
$git clone https://github.com/codingthefuturewithai/mcp_mermaid_image_gen
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve