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
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.
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 ncloud -- npx -y ncloud-mcp-server
{
"mcpServers": {
"ncloud": {
"args": [
"-y",
"ncloud-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.ncloud]
command = "npx"
args = ["-y", "ncloud-mcp-server"]
{
"mcpServers": {
"ncloud": {
"args": [
"-y",
"ncloud-mcp-server"
],
"command": "npx"
}
}
}
{
"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.
MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure
Oracle Cloud Infrastructure MCP server
MCP server for managing Exoscale cloud infrastructure — compute, Kubernetes, DNS, databases, storage
SQL-native query and provisioning engine for cloud infrastructure, served over MCP.
MCP server for Infracost CLI integration - cloud cost estimates for Infrastructure as Code
MCP server for managing Unleash feature flags
MCP server for LibreNMS network monitoring - query devices, ports, alerts, and manage infrastructure
Self Healing Infrastructure MCP Server by MEOK AI Labs
Answers built from our own checks of this server.