mcpbeat Sign in

AI Diagram Maker MCP Server

by erajasekar Your server? Claim it
local only

AI Diagram Maker runs on your own machine — the client starts it, so there is no endpoint to ping. 47 installs a week from npm. Last commit 10 Apr 2026.

Generate software diagrams from natural language, code, ASCII, images, Mermaid.

Installs per day peak 31 · avg 9 · -4% w/w
a month agotoday
47
Installs / week
npm · ai-diagram-maker-mcp
9
Stars
1 open issues
10 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check AI Diagram Maker 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 ai-diagram-maker-mcp -- npx -y ai-diagram-maker-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-diagram-maker-mcp": {
      "args": [
        "-y",
        "ai-diagram-maker-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-diagram-maker-mcp]
command = "npx"
args = ["-y", "ai-diagram-maker-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-diagram-maker-mcp": {
      "args": [
        "-y",
        "ai-diagram-maker-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-diagram-maker-mcp": {
      "args": [
        "-y",
        "ai-diagram-maker-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUR_API_KEY (Your API key for the service). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AI Diagram Maker

same job, measured the same way
Reportcraft
by rharper105

Generate Splunk dashboards, reports, and alerts from natural language. No API key required.

26 installs/wk local only
Vaults Diagram Tools
by malnati

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

49 installs/wk local only
Orca MCP Server
by jascal

Go from natural language to verified finite state machines — topology bugs caught before code runs.

48 installs/wk local only
Generate Tech Stack
by askuma

Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.

72 installs/wk local only
Cloud Agent
by joepangallo

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

35 installs/wk local only
MetaEngine
by metaengine

Code generation from JSON recipes, linked type graphs, and API schemas across 11 languages.

143 installs/wk local only
QuintaDB
by quintadb

No-code databases, forms, portals and AI sites. Manage records and automation via natural language.

124 tools answering
QuintaDB
by com-quintadb

No-code databases, forms, portals and AI sites. Manage records and automation via natural language.

124 tools answering

AI Diagram Maker — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Diagram Maker?
AI Diagram Maker 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 ai-diagram-maker-mcp was installed 47 times last week.
How do I connect AI Diagram Maker?
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 ai-diagram-maker-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AI Diagram Maker?
The npm package ai-diagram-maker-mcp was installed 47 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Diagram Maker open source?
Yes — it is published under the MIT licence, written in TypeScript, 9 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.