mcpbeat Sign in

Ncloud MCP Server

local only

Ncloud runs on your own machine — the client starts it, so there is no endpoint to ping. 296 installs a week from npm. Last commit 16 Sep 2026.

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

Installs per day peak 324 · avg 33 · -83% w/w
a month agotoday
296
Installs / week
npm · ncloud-mcp-server
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: NCLOUD_ACCESS_KEY (Ncloud API Access Key), NCLOUD_SECRET_KEY (Ncloud API Secret Key), NCLOUD_REGION (Ncloud region code (KR, JPN, SGN, USWN, DEN)), NCLOUD_TOOL_GROUPS (Comma-separated tool groups to load at startup, e.g. 'compute,network,billing' or 'all,-billing'. Unset = all groups. Include the 'dynamic' keyword to start with the core set (common+compute+network+database) AND allow mid-session expansion via the ncloud_enable_tool_group meta tool; without 'dynamic', the listed groups are locked (no runtime expansion). A '-'-excluded group is also refused for dynamic enable. common is always on.), NCLOUD_RESPONSE_PRUNE (Set to '1' to strip empty values (null/""/[]/{}) from responses globally.), NCLOUD_TIMEOUT_MS (API request timeout in milliseconds (default 30000). HTTP 429 is always auto-retried up to 2 times; read-only query tools also retry 503/504 and network errors.), NCLOUD_LANG (Language for client error messages: 'en' for English, otherwise/unset is Korean (default).), NCLOUD_RESPONSE_MAXBYTES (Opt-in response-size guard for read-only tools. When set to a positive byte threshold, large read-only responses are truncated item-by-item to stay under it, adding 'truncated'/'suggestedPageSize' recovery hints. Unset/0 = guard off (response shape unchanged).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ncloud

same job, measured the same way
Ncloud Gov
by sjk4425

MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure

43 installs/wk local only
Oracle Cloud
by expertvagabond

Oracle Cloud Infrastructure MCP server

39 installs/wk local only
I
Exoscale MCP Server
by samisouabni

MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage

61 installs/wk local only
StackQL MCP Server
by stackql

SQL-native query and provisioning engine for cloud infrastructure, served over MCP.

186 installs/wk local only
Infracost
by downatthebottomofthemolehole

MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code

55 installs/wk local only
Unleash MCP
by getunleash

MCP server for managing Unleash feature flags

1 032 installs/wk local only
LibreNMS MCP
by mhajder

MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure

837 installs/wk local only
Self Healing Infrastructure MCP
by csoai-org

Self Healing Infrastructure MCP Server by MEOK AI Labs

150 installs/wk local only

Ncloud — questions

Answers built from our own checks of this server.

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