mcpbeat Sign in

Diagrams.so MCP Server

local only

Diagrams.so runs on your own machine — the client starts it, so there is no endpoint to ping. 98 installs a week from npm. Last commit 19 Aug 2026.

Generate and edit AWS, Azure, GCP and Kubernetes architecture diagrams as editable draw.io files.

Installs per day peak 40 · avg 24 · +2% w/w
a month agotoday
98
Installs / week
npm · @diagrams-so/mcp
0
Stars
4 open issues
19 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 8 h 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.

Runs an external command src/cli.ts:89
    const child = spawn(cmd, args, { detached: true, stdio: "ignore" });

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

This one needs environment variables set before it will start: DIAGRAMS_API_KEY (Diagrams.so API key (dgz_live_... or dgz_test_...). Optional since 1.4.0: run `npx @diagrams-so/mcp login` once instead. Or create a key at https://diagrams.so under Settings then AI Provider.), DIAGRAMS_API_BASE (API base URL. Defaults to production; override only for a local or self-hosted API.), DIAGRAMS_API_TIMEOUT_MS (Per-request timeout in milliseconds for slow generate/edit/fix calls.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Diagrams.so

same job, measured the same way
TerraVision
by patrickchugh

Cloud architecture diagrams generated from terraform plan, with official AWS, Azure, GCP icons

1 430 installs/wk local only
nable
by chaandannn

Local-first FinOps copilot: ask AWS, Azure, GCP, Kubernetes and SaaS cost questions in your editor.

local only
Cloudforge
by cloudforgetech6-ctrl

Visualise diagrams, generate Terraform HCL, and manage Azure/AWS/GCP infrastructure with AI.

32 installs/wk local only
DevOps Agent
by shittuay

Manage AWS, Azure, GCP, Kubernetes, CI/CD, Docker, Terraform and more. 727 tools.

32 installs/wk answering
I
Terraback
by bmoldo

Scan AWS/Azure/GCP and generate Terraform HCL with import blocks, deterministically, for AI agents.

71 installs/wk local only
VULK
by devjoaocastro

Generate, edit, and deploy immersive 3D/WebGL web projects from any MCP assistant.

34 installs/wk answering
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only
Janus
by tonylchang

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

198 installs/wk local only

Diagrams.so — questions

Answers built from our own checks of this server.

Why is there no uptime for Diagrams.so?
Diagrams.so 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-so/mcp was installed 98 times last week.
How do I connect Diagrams.so?
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-so/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Diagrams.so?
The npm package @diagrams-so/mcp was installed 98 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Diagrams.so open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.