Back to Home
hustcc icon

mcp-mermaid

Verified Safe

by hustcc

Overview

Generate Mermaid diagrams and charts from textual syntax, primarily for AI models or documentation platforms to visualize information dynamically.

Installation

Run Command
npx -y mcp-mermaid

Security Notes

The server utilizes `mermaid-isomorphic` to render diagrams, which involves creating temporary CSS files in the operating system's temporary directory. Input validation is robustly handled using the Zod library, and no direct `eval` calls or other obvious malicious patterns were identified in the provided source code. For HTTP streamable transport, `cors` is configured with `origin: "*"`; while broad, this is not considered a vulnerability given the tool's specific purpose of generating diagrams from provided syntax.

Similar Servers

Stats

Interest Score63
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars370
Forks43
Last Update2025-12-16

Tags

MermaidDiagrammingVisualizationAI ToolsMCP Server