# mermaid-js/mermaid-cli | Model Context Protocol (MCP) Server > Command line tool for the Mermaid library - **Stars**: ⭐ 4,522 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "mermaid-cli": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mermaid-cli" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "mermaid-cli": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-mermaid-cli" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-mermaid-cli` - **Docker**: `docker run -i --rm mcp/mermaid-cli`