mcpbeat Sign in

Drop2Run MCP Server

local only

Drop2Run runs on your own machine — the client starts it, so there is no endpoint to ping. 1 305 installs a week from npm. Last commit 13 Sep 2026.

Publishes a folder, an HTML page, or a markdown note as a static site and returns a live HTTPS URL.

Installs per day peak 523 · avg 58 · +245% w/w
a month agotoday
1 305
Installs / week
npm · @drop2run/mcp
1
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/drop2run-mcp.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Runs an external command packages/node/src/login.ts:110
        const child = spawn(command, [...args], { stdio: "ignore", detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 drop2run -- npx -y @drop2run/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "drop2run": {
      "args": [
        "-y",
        "@drop2run/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.drop2run]
command = "npx"
args = ["-y", "@drop2run/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "drop2run": {
      "args": [
        "-y",
        "@drop2run/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "drop2run": {
      "args": [
        "-y",
        "@drop2run/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Drop2Run

same job, measured the same way
harvis.dev
by harvis

Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.

1 tools answering
Htmldrop
by htmldrop

Publish HTML or Markdown from any MCP client to a live, shareable URL on htmldrop.app.

118 installs/wk 3 tools answering
Clipnote
by paritto

Save, organize, and publish AI chat outputs as Markdown or HTML pages with shareable URLs.

answering
aft.page
by aft

Deploy HTML or dist/ to a live HTTPS URL. No account. Drop, MCP, or CLI.

5 tools answering
aft.page
by vaibhavmule

Deploy HTML or dist/ to a live HTTPS URL. No account. Drop, MCP, or CLI.

5 tools answering
htmldrop
by vin-spiegel

Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.

1 tools answering
PastML
by h4ck4life

Deploy HTML and Markdown as live URLs. Create, search, update, and manage pastes from any AI agent.

answering
ShipPage
by jieshu666

Publish HTML or Markdown to a public URL in one call. Zero config, auto-registers on first use.

47 installs/wk local only

Drop2Run — questions

Answers built from our own checks of this server.

Why is there no uptime for Drop2Run?
Drop2Run 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 npm package @drop2run/mcp was installed 1 305 times last week.
How do I connect Drop2Run?
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 @drop2run/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Drop2Run?
The npm package @drop2run/mcp was installed 1 305 times in the last week. Week over week that is +245%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Drop2Run open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.