Skip to main content
ClaudeWave

Source for the drop2run CLI and MCP server — publish a static site or an agent's output to an HTTPS link, no git and no build config.

MCP ServersOfficial Registry1 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: NPX · @drop2run/mcp
Claude Code CLI
claude mcp add drop2run-cli -- npx -y @drop2run/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "drop2run-cli": {
      "command": "npx",
      "args": ["-y", "@drop2run/mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# drop2run-cli

[![Drop2Run MCP server](https://glama.ai/mcp/servers/Drop-to-run/drop2run-cli/badges/score.svg)](https://glama.ai/mcp/servers/Drop-to-run/drop2run-cli)
[![Listed on mcpservers.org](https://mcpservers.org/badge.svg)](https://mcpservers.org/servers/dropto-run-publish)

Source for the two [Drop2Run](https://dropto.run) packages that run on your machine: the `drop2run`
command line tool and the `@drop2run/mcp` server.

Both are installed globally and then handed a credential. This repository exists so you can read what
you are giving that credential to.

```bash
npm i -g drop2run          # https://www.npmjs.com/package/drop2run
npx @drop2run/mcp          # https://www.npmjs.com/package/@drop2run/mcp
```

## Using them

The command line tool signs in through a browser and publishes a folder:

```bash
drop2run login
drop2run deploy dist
```

`login` needs a browser on the same machine; `drop2run login --device` covers a remote shell, and CI
uses a `DROP2RUN_TOKEN` from <https://dropto.run/account/tokens>. The other commands are `init`,
`ls`, `open`, `rollback`, `rm`, `token list`, `whoami` and `where`, and `--json` on any of them
prints machine-readable output.

The MCP server is registered with a client rather than run by hand — one command for Claude Code:

```bash
claude mcp add drop2run -s user -- npx -y @drop2run/mcp
```

It exposes five tools — `publish_files`, `publish_dir`, `list_sites`, and `login` / `login_code` to get
a token without leaving the chat. The token goes to the same place the CLI stores one, so signing in
through either covers both.

Each package documents itself in full, including the sign-in flows and what happens without a
`site`: [`packages/cli/README.md`](packages/cli/README.md) and
[`packages/mcp/README.md`](packages/mcp/README.md). The hosted documentation is at
[dropto.run/docs/cli](https://dropto.run/docs/cli) and
[dropto.run/docs/mcp](https://dropto.run/docs/mcp).

## What is in here

| Package | Published | What it is |
|---|---|---|
| `packages/cli` | [`drop2run`](https://www.npmjs.com/package/drop2run) | The command line tool: `login`, `deploy`, `ls`, `rollback`, `rm` |
| `packages/mcp` | [`@drop2run/mcp`](https://www.npmjs.com/package/@drop2run/mcp) | An MCP server, so an agent can publish what it just wrote |
| `packages/core` | no | The deploy engine — manifest, hashing, upload, go-live. No Node APIs, no browser APIs |
| `packages/node` | no | The parts that need `fs`: reading a folder, the config file, the token store |

`core` and `node` are not published. They are bundled into each package's `dist/` at build time, which
is why `drop2run` installs with **no runtime dependencies at all** — an intentional choice for
something that holds a token. `@drop2run/mcp` has two, both required by the protocol:
`@modelcontextprotocol/sdk` and `zod`.

## Building and testing

Each package stands alone — there is no workspace root, and internal imports resolve through the
relative `paths` in each `tsconfig.json`.

```bash
cd packages/cli     # or mcp, or node
npm ci
npm run typecheck
npm test
npm run build       # writes dist/, which is what npm ships
```

`packages/core` has no dependencies and no build of its own; it is typechecked by the packages that
bundle it.

## Where the rest is

This repository is an export of the four packages above, with their full history. The Drop2Run service
itself — the API, the edge router, the dashboard — is not here and is not open source. What that means
in practice: the code that decides what happens to a file after it leaves your machine is not something
this repository lets you audit. What it does let you audit is everything that happens to your files and
your token *before* that point, which is the part that runs with your privileges.

Issues about the CLI or the MCP server are welcome here. Anything about the hosted service belongs at
[dropto.run/contact](https://dropto.run/contact).

Pull requests are welcome too, with one thing worth knowing first: this repository is generated, so a
pull request is not merged **here**. The change is applied in the source repository and reaches this
one in the next export, with your commit and its authorship carried along; the pull request is then
closed with a link to the commit. Merging it here instead would put a commit in this history that no
future export contains, and the two would diverge on the very next update.

## Licence

MIT.
ai-agentsclaudeclicloudflaredeploymcpmcp-serverstatic-sitestatic-site-hosting

What people ask about drop2run-cli

What is Drop-to-run/drop2run-cli?

+

Drop-to-run/drop2run-cli is mcp servers for the Claude AI ecosystem. Source for the drop2run CLI and MCP server — publish a static site or an agent's output to an HTTPS link, no git and no build config. It has 1 GitHub stars and its last recorded update is dated 2026-09-12.

How do I install drop2run-cli?

+

You can install drop2run-cli by cloning the repository (https://github.com/Drop-to-run/drop2run-cli) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is Drop-to-run/drop2run-cli safe to use?

+

Our security agent has analyzed Drop-to-run/drop2run-cli and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains Drop-to-run/drop2run-cli?

+

Drop-to-run/drop2run-cli is maintained by Drop-to-run. The last recorded GitHub activity is dated 2026-09-12, with 0 open issues.

Are there alternatives to drop2run-cli?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy drop2run-cli to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: Drop-to-run/drop2run-cli
[![Featured on ClaudeWave](https://claudewave.com/api/badge/drop-to-run-drop2run-cli)](https://claudewave.com/repo/drop-to-run-drop2run-cli)
<a href="https://claudewave.com/repo/drop-to-run-drop2run-cli"><img src="https://claudewave.com/api/badge/drop-to-run-drop2run-cli" alt="Featured on ClaudeWave: Drop-to-run/drop2run-cli" width="320" height="64" /></a>

More MCP Servers

drop2run-cli alternatives