PluginBench
MCP Server
Active
MIT

Agentic Mermaid MCP Server

io.github.adewale/agentic-mermaid

What is the Agentic Mermaid MCP server?

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

How to install Agentic Mermaid

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid",
        "-y",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid",
        "-y",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agentic-mermaid": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid",
        "-y",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agentic-mermaid": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agentic-mermaid",
        "-y",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add agentic-mermaid -- npx -y agentic-mermaid -y mcp

Related MCP servers

Create, co-edit, analyze, publish, and export collaborative step-sequencer sessions through MCP.

3
TypeScript
MIT
View repository →