
Dropthis Mcp
Ship a landing page, HTML mockup, or file bundle to a stable public URL from Claude Code or Cursor without configuring a full host.
Overview
DropThis MCP is a Model Context Protocol server for the Validate phase that publishes HTML, files, or URLs to permanent public addresses your agent can update later.
What is this MCP server?
- Publish HTML strings, local files, or source URLs to permanent public links
- Update existing publishes in place so feedback loops stay on one URL
- stdio MCP package @dropthis/mcp v0.6.2 for Claude Code, Cursor, and other agents
- Optional DROPTHIS_BASE_URL override for staging or self-hosted API endpoints
- Requires DROPTHIS_API_KEY (sk_...) — no OAuth dance for quick demos
- Registry version 0.6.2
- npm package @dropthis/mcp with stdio transport
- 2 documented environment variables (DROPTHIS_API_KEY required, DROPTHIS_BASE_URL optional)
What problem does it solve?
You generated a landing page in the agent but still lack a real link to send cofounders or waitlist testers.
Who is it for?
Solo builders who want agent-driven publish-and-republish for demos, landing tests, and lightweight static shares.
Skip if: Teams that need production-grade hosting, custom domains, SSR apps, or deploy workflows without a DropThis API key.
What do I get? / Deliverables
You get a durable public URL you can refresh from MCP tools whenever copy or layout changes.
- Permanent public URL for published HTML, files, or mirrored content
- In-place updates on the same link after agent-driven edits
- Agent-callable publish workflow without separate deploy CLI
Recommended MCP Servers
Journey fit
Solo builders validating ideas need shareable, updatable URLs before investing in production deploy pipelines. Landing and prototype pages are the first artifacts you send to testers; DropThis turns agent-generated HTML into something people can open immediately.
How it compares
Hosted publish MCP integration, not a static-site generator skill or full PaaS deploy plugin.
Common Questions / FAQ
Who is DropThis MCP for?
Indie developers and agent users who need instant public URLs for HTML and files while validating or sharing work-in-progress.
When should I use DropThis MCP?
Use it when you want to publish or update a landing page, asset bundle, or mirrored URL from Claude Code, Cursor, or another MCP client without manual FTP or host setup.
How do I add DropThis MCP to my agent?
Install @dropthis/mcp from npm, set DROPTHIS_API_KEY in the MCP server config, add the stdio server entry to Claude Code or Cursor, then invoke publish/update tools from the agent.