mcpbeat Sign in

NAVER MYBOX MCP Server

by java-jaydev Your server? Claim it
local only

NAVER MYBOX runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Sep 2026.

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

Installs / week
pypi · naver-mybox-mcp
0
Stars
0 open issues
12 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check NAVER MYBOX every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add naver-mybox-mcp -- uvx naver-mybox-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "naver-mybox-mcp": {
      "args": [
        "naver-mybox-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.naver-mybox-mcp]
command = "uvx"
args = ["naver-mybox-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "naver-mybox-mcp": {
      "args": [
        "naver-mybox-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "naver-mybox-mcp": {
      "args": [
        "naver-mybox-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MYBOX_PAT (MYBOX personal access token, created in the MYBOX web UI under Settings > account and personal access token management. Falls back to ~/.mybox/token when unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to NAVER MYBOX

same job, measured the same way
Google Drive
by domdomegg

Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.

98 installs/wk local only
Google Drive MCP
by a1-x-tech

MCP server for the Google Drive API: search, upload, download, organize and share files.

48 installs/wk local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
Microsoft 365 Files
by mindstone

Microsoft 365 OneDrive files via Graph: list, search, get, upload, download, share, read text.

79 installs/wk local only
Gogcli MCP Drive
by chrischall

Google Drive via gogcli for Claude — search, upload, download, permissions

330 installs/wk local only
IronShard Object Storage Sandbox
by ironshard

Create a free sandbox object storage bucket; upload, download, list, inspect, and delete objects.

8 tools answering
File Storage
by b77

Upload files and get public CDN links in chat.

answering
I
Google Drive
by mcp-z

Google Drive integration with file operations, folder navigation, search, and sharing

349 installs/wk local only

NAVER MYBOX — questions

Answers built from our own checks of this server.

Why is there no uptime for NAVER MYBOX?
NAVER MYBOX runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package naver-mybox-mcp.
How do I connect NAVER MYBOX?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls naver-mybox-mcp straight from pypi; nothing to host, nothing to sign up for.
Is NAVER MYBOX open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.