Skip to content
Zed

NAVER MYBOX for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install NAVER MYBOX in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

NAVER MYBOX in other clients