Mermaid Img
Freeby MCP Community
MCP tool for converting Mermaid diagram code to image URL or file
v1.0.1Added Apr 12, 2026
mcpmermaiddiagramimageconverter
Mermaid Img MCP Server
MCP tool for converting Mermaid diagram code to image URL or file
Installation
npx -y mcp-mermaid-img
Reviews
Installation
Quick install
npx -y mcp-mermaid-img
Add to claude_desktop_config.json
{
"mcpServers": {
"mermaid-img": {
"command": "npx",
"args": ["-y", "mcp-mermaid-img"]
}
}
}