Skip to main content
ClaudeWave

Official MCP server for dropthis — publish content, get a permanent URL.

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptActualizado today
ClaudeWave Trust Score
54/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
Flags
  • !No standard license detected
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · @dropthis/mcp
Claude Code CLI
claude mcp add dropthis-mcp -- npx -y @dropthis/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "dropthis-mcp": {
      "command": "npx",
      "args": ["-y", "@dropthis/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

# @dropthis/mcp

Official [MCP](https://modelcontextprotocol.io) server for [dropthis](https://dropthis.app) — publish content (HTML, files, or a URL to fetch) and get back a permanent public URL, from any MCP-compatible agent (Claude Code, Claude Desktop, Cursor, Windsurf, opencode, ChatGPT, n8n, …).

Two ways to connect:

- **Local (stdio)** — `npx @dropthis/mcp`, authenticated with your `sk_` API key. Best for coding agents.
- **Remote (hosted)** — `https://mcp.dropthis.app/mcp` over Streamable HTTP, with OAuth for chat clients or a static `sk_` Bearer for automation. Best for ChatGPT / claude.ai / n8n.

## Local / stdio

Add to your MCP client config:

```json
{
  "mcpServers": {
    "dropthis": {
      "command": "npx",
      "args": ["-y", "@dropthis/mcp"],
      "env": { "DROPTHIS_API_KEY": "sk_..." }
    }
  }
}
```

Get an API key from your dropthis account. The server reads `DROPTHIS_API_KEY` (and optional `DROPTHIS_BASE_URL`). Claude Desktop users can install the one-click `.mcpb` bundle instead (the API key is stored in your OS keychain).

See [docs/setup.md](docs/setup.md) for per-client instructions (Claude Code, Cursor, Windsurf, VS Code, …).

## Remote (hosted) connector

Point an MCP-capable client at the hosted endpoint:

```
https://mcp.dropthis.app/mcp
```

- **Chat clients (ChatGPT, claude.ai)** authenticate via OAuth 2.1 — add the connector URL and approve the login (a 6-digit email code; no password).
- **Automation (n8n, CI, custom agents)** sends a static `Authorization: Bearer sk_...` header and skips OAuth. See [docs/n8n.md](docs/n8n.md).

## Tools

| Tool | Purpose |
|------|---------|
| `dropthis_publish` | Publish new content (`content` \| `source_url` \| `files` \| `file`/`paths`) → permanent URL |
| `dropthis_update_content` | Publish a new content version to an existing drop, keeping its URL |
| `dropthis_update_settings` | Update a drop's settings (title, visibility, password, noindex, expiry, metadata) |
| `dropthis_get` | Fetch one drop's metadata |
| `dropthis_get_content` | Read back what a drop is serving — its file manifest, or one file's content (the read half of the edit loop) |
| `dropthis_list` | List your drops (paginated) |
| `dropthis_list_deployments` | List a drop's deployment (version) history |
| `dropthis_delete` | Delete a drop (requires `confirm: true`) |
| `dropthis_account` | Authenticated account profile (id, email, status) including the account's limits for preflight sizing |
| `dropthis_domains_connect` | Connect a custom domain (`path` or `dedicated` mode) and get the CNAME record to create |
| `dropthis_domains_verify` | Re-check a domain's DNS/TLS and advance its status toward `live` |
| `dropthis_domains_get` | Read one domain's stored state and DNS instructions (no live DNS check) |
| `dropthis_domains_list` | List the account's custom domains and which is the default publish target |
| `dropthis_domains_update` | Repoint a dedicated domain to another drop, or set/clear the default path domain |
| `dropthis_domains_delete` | Disconnect a custom domain (requires `confirm: true`) |

`file`/`paths` are local/stdio only — the hosted Worker omits them from the tool schemas entirely. `dropthis_update_content` accepts the same content inputs as `dropthis_publish`; a `source_url` is fetched server-side (SSRF-guarded) and stored as the new version. The id-based tools want the `drop_…` id from the publish response, but a drop URL or slug is auto-resolved when that's all you have. Connections whose OAuth grant lacks the `drops:write` scope see only the read tools.

`dropthis_account` returns your account's exact limits.

## Develop

```bash
npm install
npm run dev          # tsx src/bin.ts (needs DROPTHIS_API_KEY)
npm run dev:worker   # wrangler dev (remote Worker)
npm test             # vitest (node) + vitest-pool-workers
npm run typecheck    # tsc (node + worker tsconfigs)
npm run lint         # biome
npm run build        # tsup → dist/bin.cjs (the npm package)
npm run build:worker # wrangler deploy --dry-run (bundle check)
```

One TypeScript codebase, two outputs: the stdio npm package and the Cloudflare Worker. Both are thin clients over the dropthis REST API (`@dropthis/node` for stdio, `@dropthis/node/edge` for the Worker); tool handlers are unit-tested against an injected fake client.

## License

MIT

Lo que la gente pregunta sobre dropthis-mcp

¿Qué es dropthis-dev/dropthis-mcp?

+

dropthis-dev/dropthis-mcp es mcp servers para el ecosistema de Claude AI. Official MCP server for dropthis — publish content, get a permanent URL. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala dropthis-mcp?

+

Puedes instalar dropthis-mcp clonando el repositorio (https://github.com/dropthis-dev/dropthis-mcp) 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 dropthis-dev/dropthis-mcp?

+

Nuestro agente de seguridad ha analizado dropthis-dev/dropthis-mcp y le ha asignado un Trust Score de 54/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene dropthis-dev/dropthis-mcp?

+

dropthis-dev/dropthis-mcp es mantenido por dropthis-dev. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a dropthis-mcp?

+

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

Despliega dropthis-mcp 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: dropthis-dev/dropthis-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/dropthis-dev-dropthis-mcp)](https://claudewave.com/repo/dropthis-dev-dropthis-mcp)
<a href="https://claudewave.com/repo/dropthis-dev-dropthis-mcp"><img src="https://claudewave.com/api/badge/dropthis-dev-dropthis-mcp" alt="Featured on ClaudeWave: dropthis-dev/dropthis-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a dropthis-mcp