Home › Design & Media › AI Diagram Maker

AI Diagram Maker

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

TypeScript CloudLocal macOSWindowsLinux
★ 9 stars Last pushed 2026-05-04 License: MIT

Topics: Architecture & Design

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.0.6)

npx -y ai-diagram-maker-mcp@3.0.6

Or add to your MCP client config:

{
  "mcpServers": {
    "ai-diagram-maker-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ai-diagram-maker-mcp@3.0.6"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • YOUR_API_KEY required secret — Your API key for the service

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry