Mermaid
Generates Mermaid diagrams by accepting Mermaid syntax with customizable themes, background colors, and output formats including PNG images, SVG strings, or raw syntax.
Featured
View Source93 stars
0 tools
Created Aug 2025
@hustcc/hustcc-mermaidAbout
Generates Mermaid diagrams by accepting Mermaid syntax with customizable themes, background colors, and output formats including PNG images, SVG strings, or raw syntax.
Categories
general
Installation
npm
npm install @hustcc/hustcc-mermaid
Configuration
{
"mcpServers": {
"hustcc-mermaid": {
"command": "npx",
"args": [
"-y",
"@hustcc/hustcc-mermaid"
]
}
}
}