Skip to content
Grok

ncloud for Grok

io.github.sjk4425/ncloud

MCP server for managing Naver Cloud Platform (Ncloud) infrastructure

client:Grok transport:stdio runtime:npm

Install ncloud in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ncloud": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ncloud-mcp-server"
      ],
      "env": {
        "NCLOUD_ACCESS_KEY": "<NCLOUD_ACCESS_KEY>",
        "NCLOUD_SECRET_KEY": "<NCLOUD_SECRET_KEY>",
        "NCLOUD_REGION": "<NCLOUD_REGION>",
        "NCLOUD_TOOL_GROUPS": "<NCLOUD_TOOL_GROUPS>",
        "NCLOUD_RESPONSE_PRUNE": "<NCLOUD_RESPONSE_PRUNE>",
        "NCLOUD_TIMEOUT_MS": "<NCLOUD_TIMEOUT_MS>",
        "NCLOUD_LANG": "<NCLOUD_LANG>",
        "NCLOUD_RESPONSE_MAXBYTES": "<NCLOUD_RESPONSE_MAXBYTES>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ncloud in other clients