mcpbeat Sign in

Cloudcraft MCP Server

local only

Cloudcraft MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 86 installs a week from pypi. Last commit 23 Jul 2026.

Unofficial MCP server for reading and managing Cloudcraft architecture blueprints

Installs per day peak 11 · avg 3 · +140% w/w
a month agotoday
86
Installs / week
npm · @hypark5540/cloudcraft-mcp
0
Stars
3 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

const child = spawn(uv, args, {

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

This one needs environment variables set before it will start: CLOUDCRAFT_API_KEY (Cloudcraft API key with access to the target account), CLOUDCRAFT_BASE_URL (Cloudcraft API base URL; HTTPS is required except for loopback testing), CLOUDCRAFT_LOG_LEVEL (Minimum log level written to stderr), CLOUDCRAFT_EXPORT_DIR (Directory under which exported blueprint files may be written), CLOUDCRAFT_ENABLE_WRITES (Enable create and update operations), CLOUDCRAFT_ENABLE_DELETES (Enable irreversible deletes; writes must also be enabled), CLOUDCRAFT_MAX_RESPONSE_BYTES (Maximum bytes accepted from one Cloudcraft API response). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Cloudcraft MCP

same job, measured the same way
Arm MCP Server
by arm

Official Arm MCP server for code migration, optimization, and Arm architecture guidance

local only
Lynxprompt MCP
by geiserx

MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints

47 installs/wk local only
Healthchecks Io MCP
by ronniechong

Unofficial MCP server for managing Healthchecks.io checks via the Management API

62 installs/wk local only
Neon
by neon

Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.

answering
mcp-architector
by thesharque

MCP server for architecture and system design. Store and manage project architecture locally.

109 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Ncloud
by sjk4425

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

296 installs/wk local only
Google Ads Manager MCP
by aleemhaider

Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.

38 installs/wk local only

Cloudcraft MCP — questions

Answers built from our own checks of this server.

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