Skip to content
Grok

NAVER MYBOX for Grok

io.github.java-jaydev/naver-mybox-mcp

List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive.

client:Grok transport:stdio runtime:pypi

Install NAVER MYBOX 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": {
    "naver-mybox-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ],
      "env": {
        "MYBOX_PAT": "<MYBOX_PAT>"
      }
    }
  }
}

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

NAVER MYBOX in other clients