Mermaid MCP App runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 25 Mar 2026.
MCP App that renders Mermaid diagrams as interactive UI in Claude, VS Code and other MCP clients
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.
claude mcp add mermaid-mcp-app -- npx -y mermaid-mcp-app
{
"mcpServers": {
"mermaid-mcp-app": {
"args": [
"-y",
"mermaid-mcp-app"
],
"command": "npx"
}
}
}
[mcp_servers.mermaid-mcp-app]
command = "npx"
args = ["-y", "mermaid-mcp-app"]
{
"mcpServers": {
"mermaid-mcp-app": {
"args": [
"-y",
"mermaid-mcp-app"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mermaid-mcp-app": {
"args": [
"-y",
"mermaid-mcp-app"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.