A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mermaid-mcp-server": {
"command": "npx",
"args": [
"-y",
"peng-shawn/mermaid-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mermaid-mcp-server npx -y peng-shawn/mermaid-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mermaid-mcp-server": {
"command": "npx",
"args": [
"-y",
"peng-shawn/mermaid-mcp-server"
]
}
}
}