# NAVER MYBOX (pypi · naver-mybox-mcp)

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

- Trust score: 54/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- pypi · `naver-mybox-mcp`: 54/100 (this document), [markdown](https://verifymcp.io/servers/java-jaydev-naver-mybox-mcp/naver-mybox-mcp.md), [page](https://verifymcp.io/servers/java-jaydev-naver-mybox-mcp/naver-mybox-mcp)

## Channel facts

- Registry: `pypi`
- Package: `naver-mybox-mcp`
- Version: `0.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - 1 of 32 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 6 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 79/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 639 tokens (~91/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the NAVER MYBOX MCP server?

NAVER MYBOX runs locally as a PyPI package, launched with uvx naver-mybox-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add java-jaydev-naver-mybox-mcp -- uvx naver-mybox-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "java-jaydev-naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "java-jaydev-naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add java-jaydev-naver-mybox-mcp -- uvx naver-mybox-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "java-jaydev-naver-mybox-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "naver-mybox-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add java-jaydev-naver-mybox-mcp --command uvx --arg naver-mybox-mcp
```

### Hermes

```yaml
mcp_servers:
  java-jaydev-naver-mybox-mcp:
    command: "uvx"
    args: ["naver-mybox-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "java-jaydev-naver-mybox-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "naver-mybox-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add java-jaydev-naver-mybox-mcp -t stdio -c uvx -a naver-mybox-mcp
```

### Other

```json
{
  "mcpServers": {
    "java-jaydev-naver-mybox-mcp": {
      "command": "uvx",
      "args": [
        "naver-mybox-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-17 (score 54, −15)

- [security regression] Malware scan: pass → unverified

### 2026-09-16 (score 69, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-13 (score 54)

First indexed and scored.

## MCP tools (7)

### `mybox_storage` (~26 tokens)

Report MYBOX quota, used bytes, per-category file counts and max upload size.

### `mybox_list` (~101 tokens)

List files and folders directly inside a folder, or the drive root.

Args:
    folder_id: Folder to list. Omit for the drive root.
    count: Maximum entries to return (the API pages internally, 1000 per page).
    sort: "field,direction" where field is name, createdAt, modifiedAt or accessedAt.

Input parameters:

- `count` (integer)
- `folder_id`
- `sort` (string)

### `mybox_search` (~179 tokens)

Search files by keyword, category and/or date range. At least one is required.

Args:
    query: Keyword. Spaces and extensions are combined with AND.
    category: One of image, video, audio, document, archive, executable, etc.
    start_date: Inclusive start, YYYY-MM-DD, interpreted in KST.
    end_date: Inclusive end, YYYY-MM-DD, interpreted in KST.
    date_field: Which date the range applies to: "created" or "modified".
    parent_path: Restrict the search to this folder path and below.
    max_items: Stop after this many results.

Input parameters:

- `category`
- `date_field` (string)
- `end_date`
- `max_items` (integer)
- `parent_path`
- `query`
- `start_date`

### `mybox_file_info` (~29 tokens)

Fetch the attributes of one file or folder by id.

Input parameters:

- `resource_id` (string, required)

### `mybox_download` (~73 tokens)

Download one file into a local directory and return the path written.

A local file with the same name and size is left in place and reported as skipped.
Download quotas are per day and small on entry plans, so avoid re-downloading.

Input parameters:

- `dest_dir` (string, required)
- `resource_id` (string, required)

### `mybox_upload` (~80 tokens)

Upload one local file to MYBOX.

Args:
    path: Local file to upload.
    parent_id: Destination folder id. Omit to upload to the drive root.
    overwrite: Replace an existing file with the same name instead of keeping both.

Input parameters:

- `overwrite` (boolean)
- `parent_id`
- `path` (string, required)

### `mybox_create_folder` (~57 tokens)

Create a folder and return its id.

Args:
    name: Folder name.
    parent_id: Parent folder id. Omit to create it at the drive root.

Input parameters:

- `name` (string, required)
- `parent_id`

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/java-jaydev-naver-mybox-mcp/naver-mybox-mcp#diagnostics

## Score history

- 2026-09-20: 54
- 2026-09-19: 54
- 2026-09-18: 54
- 2026-09-17: 54
- 2026-09-16: 69
- 2026-09-15: 54
- 2026-09-14: 54
- 2026-09-13: 54

## Common questions

### What is the NAVER MYBOX MCP server?

NAVER MYBOX is an MCP server listed in the public MCP registry as io.github.java-jaydev/naver-mybox-mcp. List, search, download and upload files in a NAVER MYBOX (네이버 마이박스) cloud drive. This page covers its PyPI package (naver-mybox-mcp).

### Is the NAVER MYBOX MCP server safe to use?

NAVER MYBOX scores 54 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the NAVER MYBOX MCP server expose?

NAVER MYBOX exposes 7 tools: mybox_storage, mybox_list, mybox_search, mybox_file_info, mybox_download, and 2 more. Their descriptions and schemas cost roughly 545 tokens of context every time the server is loaded.

### Is the NAVER MYBOX MCP server still maintained?

NAVER MYBOX is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the NAVER MYBOX MCP server under?

NAVER MYBOX declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- PyPI project: https://pypi.org/project/naver-mybox-mcp/
- Socket report: https://socket.dev/pypi/package/naver-mybox-mcp
- Repository: https://github.com/java-jaydev/naver-mybox-mcp
- Changelog RSS feed: https://verifymcp.io/servers/java-jaydev-naver-mybox-mcp/naver-mybox-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/java-jaydev-naver-mybox-mcp/naver-mybox-mcp.json
- HTML version of this page: https://verifymcp.io/servers/java-jaydev-naver-mybox-mcp/naver-mybox-mcp
