mcpbeat Sign in

PreviewDrop MCP Server

by previewdrop Your server? Claim it
local only

PreviewDrop runs on your own machine — the client starts it, so there is no endpoint to ping. 346 installs a week from npm.

Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.

346
Installs / week
npm · previewdrop
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check PreviewDrop every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: PREVIEWDROP_API_KEY (PreviewDrop API key. Optional: without it the server still starts and lists its tools, and each tool explains how to connect. Create one at previewdrop.dev/dashboard/settings or run `npx previewdrop login`.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to PreviewDrop

same job, measured the same way
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

236 installs/wk local only
Dockhold
by dockhold

Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.

17 tools answering
Dataecho
by dataecho

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

26 tools answering
Aurora
by aurora

Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.

answering
Fiskmas
by fiskmas

Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.

21 tools answering
aft.page
by vaibhavmule

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

5 tools answering
aft.page
by aft

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

5 tools answering
Netcafe Build
by ainetcafe

Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

7 tools answering

PreviewDrop — questions

Answers built from our own checks of this server.

Why is there no uptime for PreviewDrop?
PreviewDrop 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 previewdrop was installed 346 times last week.
How do I connect PreviewDrop?
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 previewdrop straight from npm; nothing to host, nothing to sign up for.
How many people use PreviewDrop?
The npm package previewdrop was installed 346 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.