Ncloud MCP Server

English Naver Cloud Platform(Ncloud) 인프라를 AI 어시스턴트에서 직접 관리할 수 있는 Model Context Protocol (MCP) 서버입니다. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-16 · ★ 2 · #281 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Ncloud

before you install - you'll need

Set NCLOUD_ACCESS_KEY, NCLOUD_SECRET_KEY, NCLOUD_REGION, NCLOUD_TOOL_GROUPS before connecting.

Claude Code

claude mcp add sjk4425-ncloud-mcp-server -- npx -y ncloud-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sjk4425-ncloud-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ncloud-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package ncloud-mcp-server - unscoped; check the name against the project README before installing

registry namespace io.github.sjk4425 is GitHub-verified and matches the repo owner

03 · What Ncloud can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.11.0 · 2026-08-16

Fixed · ncloud_create_snapshot sent the wrong source-volume parameter name - every call failed. The tool passed its own input name blockStorageInstanceNo straight through to the API, but…

v1.10.1 · 2026-07-25

Fixed · Client error messages for REST/Spring-style flat error bodies - NcloudClient.handleErrorResponse assumed body.error was always an object {errorCode, message} and blindly destructured it. Endpoints that return a…

v1.10.0 · 2026-07-25

Added · NKS Add-on Manager tools (8), ncloud_nks_ (Add-on Manager is available on Kubernetes 1.36+ clusters): · - ncloud_nks_list_available_addons - GET /vnks/v2/addon-configs (installable catalog; requires k8sVersion…

04 · Who maintains Ncloud

ncloud is maintained by sjk4425. We track 2 MCP servers from sjk4425 - 2 actively maintained, 3 combined GitHub stars, oldest repo from May 2026.

05 · Facts

category
other - ranked #281 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-16)
registry
io.github.sjk4425/ncloud (active, first published 2026-05-21 · 18 versions)
packages
npm:ncloud-mcp-server

06 · Ncloud FAQ

What is Ncloud?

English Naver Cloud Platform(Ncloud) 인프라를 AI 어시스턴트에서 직접 관리할 수 있는 Model Context Protocol (MCP) 서버입니다. It runs locally over stdio via the published package.

Is Ncloud still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Ncloud?

Run `npx -y ncloud-mcp-server`. The README documents 4 environment variables (NCLOUD_ACCESS_KEY, NCLOUD_SECRET_KEY, NCLOUD_REGION…) to set first. Set NCLOUD_ACCESS_KEY, NCLOUD_SECRET_KEY, NCLOUD_REGION, NCLOUD_TOOL_GROUPS before connecting. You can also paste the ready-made client config above.

Does Ncloud run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ncloud