Mermaid MCP Server
Related Servers
Alternatives to Mermaid MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables AI coding agents to list, read, create, update, delete, and render PlantUML and Mermaid diagrams, and check them against the actual codebase to detect architecture drift.71,860 npm1MIT
- FlicenseNot gradedqualityCmaintenanceProvides AI agents with tools to generate, validate, and inspect diagrams from natural-language prompts, using the Kroki rendering engine to produce SVG files.-
- FlicenseAqualityCmaintenanceEnables AI assistants to analyze code repositories and generate self-contained interactive HTML5/SVG architecture diagrams from project structure or existing Mermaid diagrams, fully air-gapped with no external dependencies.4-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to detect development environments, install missing tools, scan local code projects, and generate visual reports.5 npmMIT
- AlicenseBqualityDmaintenanceEnables AI assistants to generate and render Mermaid diagrams (flowcharts, sequence diagrams, etc.) as PNG/SVG images with local file saving and HTTP access URLs. Supports batch processing and intelligent caching for efficient diagram creation.163 npm1MIT

diag2md-mcpofficial
AlicenseAqualityBmaintenanceEnables AI coding agents to discover, convert, and synchronize Draw.io C4 and UML diagrams into Mermaid Markdown, providing architectural context and guardrails during chat sessions.36 npmMIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: list_files enumerates files, read_file retrieves content, and render_mermaid processes Mermaid diagrams. There is no overlap in functionality, making tool selection straightforward for an agent.
All tools follow a consistent verb_noun pattern with snake_case naming (list_files, read_file, render_mermaid). The naming is predictable and readable throughout the set.
With only 3 tools, the set feels minimal for a Mermaid server. While it covers basic operations (list, read, render), it might be too thin for advanced use cases like editing or managing diagrams, though it is reasonable for a lightweight server.
The tools provide core functionality for working with Mermaid files: listing, reading, and rendering. However, there are minor gaps such as no tools for creating, updating, or deleting files, which could limit agent workflows in more complex scenarios.