Agentic Mermaid MCP Server

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

Remote serverstreamable-http

What is the Agentic Mermaid MCP server?

Agentic Mermaid MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Render, verify, describe, and safely edit Mermaid diagrams through MCP.

What you get

Agentic Mermaid is an open-source Mermaid toolkit for people who want AI agents to create diagrams that look finished: SVG and PNG renders, ASCII and Unicode for review, deterministic layout, and Style + Palette controls for brand colors, typography, strokes, fills, and backdrops.

What the assistant can call

Once Agentic Mermaid is connected, these are the calls the assistant has available:

  • Descriptor — registered diagram families** — built-ins and namespaced extensions share one discovery and capability contract
  • Agent — native editing** — typed mutation for every registered renderable family; source-level round-trip only for opaque fallbacks containing unmodeled
  • Self — hosted (default).** agentic-mermaid-mcp runs a stdio server exposing execute (Code Mode sandbox), describe_sdk (one family's mutation schema on

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Agentic Mermaid's toolset — Descriptor, Agent, Self — is a fair guide to whether it matches your workflow. It is maintained by adewale; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the agentic mermaid mcp server does with a few real requests.

Available tools

ToolWhat it does
Descriptorregistered diagram families** — built-ins and namespaced extensions share one discovery and capability contract.
Agentnative editing** — typed mutation for every registered renderable family; source-level round-trip only for opaque fallbacks containing unmodeled syntax.
Selfhosted (default).** agentic-mermaid-mcp runs a stdio server exposing execute (Code Mode sandbox), describe_sdk (one family's mutation schema on demand), render_png, and describe. Package runners can use npx -y agentic-me

How to install the Agentic Mermaid MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Agentic Mermaid to Descriptor.
  • Use Agentic Mermaid to Agent.
  • Use Agentic Mermaid to Self.

Frequently asked questions

It connects Agentic Mermaid to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (Descriptor, Agent, Self) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Agentic Mermaid directly.