mcpbeat Sign in

Mermaid Render MCP Server

by tci-nebula Your server? Claim it
local only

Mermaid Render MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 58 installs a week from npm. Last commit 20 Aug 2026.

Renders Mermaid diagram syntax to PNG or SVG images for LLM clients

Installs per day peak 345 · avg 16
a month agotoday
58
Installs / week
npm · mermaid-render-mcp
0
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Mermaid Render MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mermaid-render-mcp -- npx -y mermaid-render-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mermaid-render-mcp": {
      "args": [
        "-y",
        "mermaid-render-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mermaid-render-mcp]
command = "npx"
args = ["-y", "mermaid-render-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mermaid-render-mcp": {
      "args": [
        "-y",
        "mermaid-render-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mermaid-render-mcp": {
      "args": [
        "-y",
        "mermaid-render-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Mermaid Render MCP

same job, measured the same way
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Mermaid MCP App
by finfin

MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients

57 installs/wk local only
Vaults Diagram Tools
by malnati

Mermaid to assets. Source code to maps. MCP for agents.

49 installs/wk local only
Pic Gen
by jqknono

Generate covers, Mermaid diagrams, cards, and terminal screenshots/images for AI workflows.

38 installs/wk local only
Dgmo MCP
by diagrammo

Generate 40+ diagram types from text; render locally to SVG/PNG, open in the Diagrammo editor

936 installs/wk local only
ClipGrab
by ulebule

Save the system clipboard image to a PNG or JPG file for AI agents.

58 installs/wk local only
Picright
by chloepark85

License-aware images for markdown: CC/stock search, screenshots, Mermaid diagrams, provenance

32 installs/wk local only
Gandr MCP
by gandr-ai

Text to speech for MCP clients. 23 languages, six voices, every render watermarked.

214 installs/wk local only

Mermaid Render MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Mermaid Render MCP?
Mermaid Render MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mermaid-render-mcp was installed 58 times last week.
How do I connect Mermaid Render MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mermaid-render-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Mermaid Render MCP?
The npm package mermaid-render-mcp was installed 58 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Mermaid Render MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.