HomeOther › Agentic Mermaid

Agentic Mermaid

Render, verify, describe, and safely edit Mermaid diagrams through MCP.

TypeScript Remote
★ 62 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://agentic-mermaid.dev/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http agentic-mermaid https://agentic-mermaid.dev/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "agentic-mermaid": {
      "url": "https://agentic-mermaid.dev/mcp"
    }
  }
}

Package (npm 0.4.1)

npx -y agentic-mermaid@0.4.1

Or add to your MCP client config:

{
  "mcpServers": {
    "agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid@0.4.1"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Data from the Official MCP Registry