
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
pagedrop-mcp
Advanced tools
MCP server for PageDrop — deploy and manage HTML sites from AI assistants like Claude, Cursor, VS Code
Deploy and manage HTML sites instantly from AI assistants like Claude, Cursor, and VS Code — powered by PageDrop.
No API keys required. Free forever.
Add to your claude_desktop_config.json:
{
"mcpServers": {
"pagedrop": {
"command": "npx",
"args": ["-y", "pagedrop-mcp"]
}
}
}
Then ask Claude naturally:
| Tool | Description |
|---|---|
deploy_html | Deploy HTML or Markdown content and get an instant public URL. Supports custom slugs, TTL, OG metadata, and password protection. |
update_site | Update an existing site with new content without changing the URL. Requires the delete token from creation. |
get_site_info | Get information about a deployed site (files, size, expiry). |
delete_site | Delete a deployed site using its delete token. |
batch_deploy | Deploy up to 20 HTML or Markdown pages in a single request. |
batch_delete | Delete up to 50 sites at once with their delete tokens. |
fork_site | Fork/clone a public site — creates an independent copy with new ownership. |
get_site_analytics | Get view analytics for a site including daily views, referrer breakdown, and recent view log. |
┌──────────────┐ stdio ┌──────────────────┐ HTTPS ┌──────────────┐
│ Claude / │ ◄────────────► │ pagedrop-mcp │ ────────────► │ pagedrop.dev │
│ Cursor / │ │ (MCP Server) │ │ (REST API) │
│ VS Code │ └──────────────────┘ └──────────────┘
└──────────────┘
| Environment Variable | Default | Description |
|---|---|---|
PAGEDROP_API_URL | https://pagedrop.dev | Base URL for the PageDrop API |
Override the API URL for self-hosted or development instances:
{
"mcpServers": {
"pagedrop": {
"command": "npx",
"args": ["-y", "pagedrop-mcp"],
"env": {
"PAGEDROP_API_URL": "http://localhost:8080"
}
}
}
}
Free developer tools — no API keys, no sign-up, no limits.
| Product | Description | Website |
|---|---|---|
| LinkMeta | URL metadata extraction API | linkmeta.dev |
| PageShot | Screenshot & webpage capture API | pageshot.site |
| PDFSpark | HTML/URL to PDF conversion API | pdfspark.dev |
| OGForge | Open Graph image generator API | ogforge.dev |
| LinkShrink | Privacy-first URL shortener API | linkshrink.dev |
| Faktuj | Polish invoice generator (faktury VAT) | faktuj.pl |
| QRMint | Styled QR code generator API | qrmint.dev |
| PageDrop | Instant HTML hosting API | pagedrop.dev |
MIT
FAQs
MCP server for PageDrop — deploy and manage HTML sites from AI assistants like Claude, Cursor, VS Code
We found that pagedrop-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.