mcpbeat Sign in

Diagrams MCP Server

by mohammad-emad-dev Your server? Claim it
local only

Diagrams MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 860 installs a week from npm. Last commit 18 Sep 2026.

Local-first MCP server for PlantUML and Mermaid diagrams with drift detection.

Installs per day peak 1 509 · avg 51
a month agotoday
1 860
Installs / week
npm · diagrams-mcp-server
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 9 min ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const child = spawn(argv[0], argv.slice(1), { stdio: "inherit" });
Builds a file path from a variable src/context.ts:27
    : path.join(projectRoot, diagramsDirSetting);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 diagrams-mcp-server -- npx -y diagrams-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "diagrams-mcp-server": {
      "args": [
        "-y",
        "diagrams-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.diagrams-mcp-server]
command = "npx"
args = ["-y", "diagrams-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "diagrams-mcp-server": {
      "args": [
        "-y",
        "diagrams-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "diagrams-mcp-server": {
      "args": [
        "-y",
        "diagrams-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROJECT_ROOT (Project root to attach to (defaults to the working directory).), DIAGRAMS_DIR (Diagrams directory, relative to PROJECT_ROOT unless absolute (default: diagrams).), PLANTUML_SERVER_URL (Override for the opt-in remote PlantUML fallback.), ALLOW_REMOTE_PLANTUML (Set to true to allow the remote PlantUML fallback when no local CLI is installed.), DISABLE_REMOTE_PLANTUML (Set to true to always disable the remote PlantUML fallback.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Diagrams MCP Server

same job, measured the same way
Mermaid MCP
by mermaidchart

MCP server for Mermaid diagram validation and rendering

25 tools answering
Linksee Memory
by michielinksee

Hand a project over with the reasons attached. Local-first cross-agent memory MCP + drift detection.

189 installs/wk local only
Darwin RAG
by brightdotdev

Local-first RAG engine with MCP server for AI agent integration.

345 installs/wk local only
Codex Tldraw MCP
by jananadiw

A Codex stdio MCP server that generates repo-local tldraw diagrams and detects code graph drift.

75 installs/wk local only
Plots MCP
by mr901

MCP server for data visualization with Mermaid charts.

124 installs/wk local only
MCP Plots
by mr901

MCP server for data visualization with Mermaid charts.

local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

2 213 installs/wk local only
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only

Diagrams MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Diagrams MCP Server?
Diagrams MCP Server 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 diagrams-mcp-server was installed 1 860 times last week.
How do I connect Diagrams MCP Server?
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 diagrams-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Diagrams MCP Server?
The npm package diagrams-mcp-server was installed 1 860 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 Diagrams MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.