Skip to content
Gemini CLI

NAVER MYBOX for Gemini CLI

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

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

client:Gemini CLI transport:stdio runtime:pypi

Install NAVER MYBOX in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ],
      "env": {
        "MYBOX_PAT": "<MYBOX_PAT>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

NAVER MYBOX in other clients