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.
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.
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.
claude mcp add cli -- npx -y previewdrop
{
"mcpServers": {
"cli": {
"args": [
"-y",
"previewdrop"
],
"command": "npx"
}
}
}
[mcp_servers.cli]
command = "npx"
args = ["-y", "previewdrop"]
{
"mcpServers": {
"cli": {
"args": [
"-y",
"previewdrop"
],
"command": "npx"
}
}
}
{
"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.
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Create, edit, preview, and deploy full-stack web apps to a live URL from any MCP client.
Hosting for AI agents: your AI client deploys Docker apps to live HTTPS URLs over MCP.
Deploy HTML or dist/ to a live HTTPS URL. No account. Drop, MCP, or CLI.
Deploy HTML or dist/ to a live HTTPS URL. No account. Drop, MCP, or CLI.
Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.
Answers built from our own checks of this server.