
PageDrop MCP
Deploy throwaway or validation landing pages from pasted HTML, uploads, or ZIP archives without configuring a full hosting pipeline.
Overview
PageDrop MCP is a MCP server for the Validate phase that deploys and manages instant HTML sites via paste, upload, and ZIP deploy from your agent.
What is this MCP server?
- Deploy instant HTML sites via paste, file upload, or ZIP deploy
- Manage deployed sites from MCP tools instead of a separate dashboard
- stdio MCP via npx pagedrop-mcp (npm 1.2.0)
- Repository: softvoyagers/pagedrop-api
- Shortens the path from agent-generated markup to a live URL for feedback
- Version 1.2.0 per MCP server manifest
- stdio transport with runtimeHint npx
- npm registry package pagedrop-mcp
What problem does it solve?
You have HTML from the agent but no fast way to put it on a real URL for user or stakeholder feedback.
Who is it for?
Builders running landing-page or waitlist experiments who want MCP-driven deploy and site management without a permanent hosting project.
Skip if: Production multi-tenant SaaS backends, SSR frameworks that need long-lived server runtimes, or teams with strict compliance-only deploy gates.
What do I get? / Deliverables
You get live, manageable static sites from the agent so validation loops finish in hours instead of after a full deploy setup.
- Live URLs for pasted or uploaded HTML
- Agent-managed updates to instant sites
- ZIP-based static site deployments for validation
Recommended MCP Servers
Journey fit
Instant public URLs support idea validation and smoke tests before you commit to production infra or a permanent domain stack. Landing subphase covers single-purpose pages and quick deploys used to test messaging, waitlists, or prototypes with real shareable links.
How it compares
MCP instant static hosting, not a full PaaS scaffold or OG image generator.
Common Questions / FAQ
Who is PageDrop MCP for?
Solo builders and indie hackers validating ideas who want Claude Code, Cursor, or Codex to publish HTML landing pages immediately.
When should I use PageDrop MCP?
Use it when you need a shareable landing or prototype URL before you invest in production hosting or a full build pipeline.
How do I add PageDrop MCP to my agent?
Configure a stdio MCP server entry using npx and the pagedrop-mcp npm package (1.2.0), then call deploy and management tools from your agent session.