Skip to content
MCP Server Community By @Narasimhaponnada

Narasimhaponnada/mermaid-mcp

πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: `npm install -g @narasimhaponnada/mermaid-mcp-server`

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: Narasimhaponnada/mermaid-mcp Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-narasimhaponnada-mermaid-mcp

Detailed Documentation

πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - AI-powered Mermaid diagram generation with 22+ diagram types including flowcharts, sequence diagrams, class diagrams, ER diagrams, architecture diagrams, state machines, and more. Features 50+ pre-built templates, advanced layout engines, SVG/PNG/PDF exports, and seamless integration with GitHub Copilot, Claude, and any MCP-compatible client. Install via NPM: npm install -g @narasimhaponnada/mermaid-mcp-server

Configuration

{
  "mcpServers": {
    "narasimhaponnada-mermaid-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-narasimhaponnada-mermaid-mcp"
      ],
      "env": {}
    }
  }
}