Drop2Run MCP server
Publishes a folder, an HTML page, or a markdown note as a static site and returns a live HTTPS URL.
1 stars1.0k downloads/wk
Reviews
Write oneNobody has reviewed Drop2Run yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Drop2Run tools (6, 3 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
delete_sitewrite actionTakes a site down permanently — its files, its history and its subdomain. Nothing here undoes it, and the subdomain becomes available for anybody to claim. Requires `confirm` to repeat the site's own subdomain exactly; ask the person for it rather than filling it in from what you already know, because that is the step this asks for.
list_sitesLists the sites on this account, so a publish can go to one of them.
loginSigns in through a browser on this machine and stores an access token, which every other tool then uses. Opens the browser here and waits for the person to approve. If it answers that nothing has been approved yet, call it again to keep waiting — that is not a failure. Needs no command line and no token pasted by hand.
login_codeSigns in where no browser can be opened on this machine — a container, a remote host. The first call returns a short code and a URL to enter it at, which the person opens anywhere; call it again to wait for the approval and store the token.
publish_dirwrite actionPublishes a folder of static files and returns its URL. The folder needs an index.html at its root, or .md and .pdf files, which are served through the reader.
publish_fileswrite actionPublishes one or more files written here — markdown, HTML, CSS, JSON — as a site, and returns its URL. A single page goes at index.html; a single .md, .markdown or .pdf file is a site on its own, served through the documents viewer. Text only: a PDF or an image has to be published from disk with publish_dir.
Public scan report
scanner v0.1.5 · 2026-09-19 · same rubric, same numbers if you re-run it
- Code scan3 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 6 days ago15/15
- Maintainer identitynamespace and repository owner differ; website matches verified namespace6/10
Install directly
Runs npx -y @drop2run/mcp on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add drop2run -- npx -y @drop2run/mcp
Drop2Run: common questions
- Is Drop2Run MCP server safe?
- Yes, by our scan: it is graded A (89/100). Read the Drop2Run safety report
- How do I install Drop2Run?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Drop2Run need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Drop2Run maintained?
- The last commit was 7 days ago (2026-09-13). The latest release is v0.5.1.