Mermaid MCP Server
@MCP-Mirror
About Mermaid MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"peng-shawn_mermaid-mcp-server": {
"command": "npx",
"args": [
"tsc"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mermaid MCP Server?
A Model Context Protocol (MCP) server that converts Mermaid diagram markdown code into PNG images using Puppeteer for headless browser rendering. It is designed for AI assistants and developers who need to generate visual diagrams from textual descriptions.
How to use Mermaid MCP Server?
Install via npx and configure as an MCP server in your client (e.g., Claude Desktop, Cursor). The tool generate accepts Mermaid code, optional theme and background color, and if CONTENT_IMAGE_SUPPORTED=false requires name and folder parameters to save the image to disk.
Key features of Mermaid MCP Server
- Converts Mermaid diagram code to PNG images.
- Supports diagram themes: default, forest, dark, neutral.
- Customizable background colors.
- Uses Puppeteer for high-quality headless browser rendering.
- Returns images directly or saves them to disk.
- Detailed error handling with descriptive messages.
Use cases of Mermaid MCP Server
- Generate flowcharts, sequence diagrams, and class diagrams from text.
- Create diagrams with specific themes and background colors.
- Save diagrams to disk for use in documentation or projects.
- Integrate with Claude Desktop, Cursor, or other MCP-compatible clients.
FAQ from Mermaid MCP Server
Doesn't Claude desktop already support mermaid via canvas?
Yes, but it doesn't support the theme and backgroundColor options. A dedicated server also makes it easier to create diagrams with other MCP clients.
Why do I need to specify CONTENT_IMAGE_SUPPORTED=false when using with Cursor?
Cursor does not support inline images in responses, so the server saves the image to disk instead of returning it directly.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments