mcpbeat Sign in

CloudArch MCP Server

local only

CloudArch runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm.

Create and update live animated architecture diagrams on CloudArch from a prompt or script.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 325 · avg 21 · +0% w/w
a month agotoday
31
Installs / week
npm · @cloud-arch/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

This one needs environment variables set before it will start: CLOUDARCH_API_KEY (CloudArch API key (create one at https://web.cloud-arch.ru/workspace/api)), CLOUDARCH_API_URL (API base URL override for self-hosted instances (default https://api.cloud-arch.ru)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CloudArch

same job, measured the same way
Drawarch
by ajey95

Create editable Draw.io architecture diagrams from prompts and reference images.

59 installs/wk local only
CloudArch Codeflow
by cloud-arch

Turn a TypeScript codebase into a live animated call-flow diagram on CloudArch.

20 installs/wk local only
Flowboard
by flowboardstudio

Discover cloud shapes and create, inspect, validate, patch, and review architecture diagrams.

23 tools answering
VisualTorch
by willyfh

Render PyTorch architecture diagrams and animated GIF reveals from trusted model source.

387 installs/wk local only
Diagrams MCP
by mskry

Generate cloud architecture diagrams, flowcharts, and sequence diagrams.

149 installs/wk 9 tools answering
Datadef
by datadef

Generate, edit, and export data-architecture diagrams from your AI. Column lineage, PNG in chat.

36 tools answering
TerraVision
by patrickchugh

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

1 430 installs/wk local only
Teleprompter
by teleprompter

Read and write your Teleprompter.com scripts and folders: list, create, update, and organize.

answering

CloudArch — questions

Answers built from our own checks of this server.

Why is there no uptime for CloudArch?
CloudArch 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 @cloud-arch/mcp-server was installed 31 times last week.
Is CloudArch still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect CloudArch?
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 @cloud-arch/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use CloudArch?
The npm package @cloud-arch/mcp-server was installed 31 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.