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 ServersRegistry oficial1 estrellas0 forksTypeScriptMITActualizado 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.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre drop2run-cli

¿Qué es Drop-to-run/drop2run-cli?

+

Drop-to-run/drop2run-cli es mcp servers para el ecosistema de Claude AI. 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. Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-12.

¿Cómo se instala drop2run-cli?

+

Puedes instalar drop2run-cli clonando el repositorio (https://github.com/Drop-to-run/drop2run-cli) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar Drop-to-run/drop2run-cli?

+

Nuestro agente de seguridad ha analizado Drop-to-run/drop2run-cli y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene Drop-to-run/drop2run-cli?

+

Drop-to-run/drop2run-cli es mantenido por Drop-to-run. La última actividad registrada en GitHub es del 2026-09-12, con 0 issues abiertos.

¿Hay alternativas a drop2run-cli?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega drop2run-cli en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a drop2run-cli