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
We read the source, 1 h ago · rules 3dff92dd89df
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.
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.
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.
claude mcp add cloudcraft-mcp -- npx -y @hypark5540/cloudcraft-mcp
{
"mcpServers": {
"cloudcraft-mcp": {
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.cloudcraft-mcp]
command = "npx"
args = ["-y", "@hypark5540/cloudcraft-mcp"]
{
"mcpServers": {
"cloudcraft-mcp": {
"args": [
"-y",
"@hypark5540/cloudcraft-mcp"
],
"command": "npx"
}
}
}
{
"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.
Official Arm MCP server for code migration, optimization, and Arm architecture guidance
MCP server for LynxPrompt — browse, search, and manage AI configuration blueprints
Unofficial MCP server for managing Healthchecks.io checks via the Management API
Official Neon MCP server for managing Neon projects and Lakebase Postgres databases.
MCP server for architecture and system design. Store and manage project architecture locally.
Connect AI assistants to Outline for document search, reading, and management
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure
Unofficial MCP server for Google Ads: reporting plus safe draft/confirm campaign management.
Answers built from our own checks of this server.