ncloud
About
MCP server for managing Naver Cloud Platform (Ncloud) infrastructure
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
NCLOUD_ACCESS_KEY NCLOUD_SECRET_KEY NCLOUD_REGION NCLOUD_TOOL_GROUPS NCLOUD_RESPONSE_PRUNE NCLOUD_TIMEOUT_MS NCLOUD_LANG NCLOUD_RESPONSE_MAXBYTESClaude Code
claude mcp add --env NCLOUD_ACCESS_KEY= --env NCLOUD_SECRET_KEY= --env NCLOUD_REGION= --env NCLOUD_TOOL_GROUPS= --env NCLOUD_RESPONSE_PRUNE= --env NCLOUD_TIMEOUT_MS= --env NCLOUD_LANG= --env NCLOUD_RESPONSE_MAXBYTES= ncloud -- npx ncloud-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ncloud","command":"npx","args":["ncloud-mcp-server"],"env":{"NCLOUD_ACCESS_KEY":"","NCLOUD_SECRET_KEY":"","NCLOUD_REGION":"","NCLOUD_TOOL_GROUPS":"","NCLOUD_RESPONSE_PRUNE":"","NCLOUD_TIMEOUT_MS":"","NCLOUD_LANG":"","NCLOUD_RESPONSE_MAXBYTES":""}}'
JSON
{
"mcpServers": {
"ncloud": {
"command": "npx",
"args": [
"ncloud-mcp-server"
],
"env": {
"NCLOUD_ACCESS_KEY": "",
"NCLOUD_SECRET_KEY": "",
"NCLOUD_REGION": "",
"NCLOUD_TOOL_GROUPS": "",
"NCLOUD_RESPONSE_PRUNE": "",
"NCLOUD_TIMEOUT_MS": "",
"NCLOUD_LANG": "",
"NCLOUD_RESPONSE_MAXBYTES": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.