Back to MCP Servers
Mermaid
MCP server that turns local projects or GitHub repositories into Mermaid diagrams and renders them via Kroki.
architecture-designgithubai
Installation
npx -y mermaid-mcp-serverConfiguration
{
"mcpServers": {
"mermaid-mcp-server": {
"command": "npx",
"args": ["-y", "mermaid-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes