🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

pagedrop-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pagedrop-mcp

MCP server for PageDrop — deploy and manage HTML sites from AI assistants like Claude, Cursor, VS Code

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

PageDrop MCP Server

npm version Website API Status

Deploy and manage HTML sites instantly from AI assistants like Claude, Cursor, and VS Code — powered by PageDrop.

No API keys required. Free forever.

Quick Start

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "pagedrop": {
      "command": "npx",
      "args": ["-y", "pagedrop-mcp"]
    }
  }
}

Then ask Claude naturally:

  • "Deploy this HTML page and give me a public link"
  • "Write a markdown report about Q1 results and publish it online"
  • "Create a portfolio site with my project details, set it to expire in 30 days"
  • "Update my deployed site with the new version of the code"
  • "Deploy 5 HTML pages at once for my documentation site"
  • "Fork that public site so I have my own copy to edit"
  • "Show me the analytics for my deployed page"

Available Tools

ToolDescription
deploy_htmlDeploy HTML or Markdown content and get an instant public URL. Supports custom slugs, TTL, OG metadata, and password protection.
update_siteUpdate an existing site with new content without changing the URL. Requires the delete token from creation.
get_site_infoGet information about a deployed site (files, size, expiry).
delete_siteDelete a deployed site using its delete token.
batch_deployDeploy up to 20 HTML or Markdown pages in a single request.
batch_deleteDelete up to 50 sites at once with their delete tokens.
fork_siteFork/clone a public site — creates an independent copy with new ownership.
get_site_analyticsGet view analytics for a site including daily views, referrer breakdown, and recent view log.

Architecture

┌──────────────┐     stdio      ┌──────────────────┐     HTTPS     ┌──────────────┐
│   Claude /   │ ◄────────────► │  pagedrop-mcp    │ ────────────► │ pagedrop.dev │
│   Cursor /   │                │  (MCP Server)    │               │  (REST API)  │
│   VS Code    │                └──────────────────┘               └──────────────┘
└──────────────┘

Configuration

Environment VariableDefaultDescription
PAGEDROP_API_URLhttps://pagedrop.devBase 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"
      }
    }
  }
}

SoftVoyagers Ecosystem

Free developer tools — no API keys, no sign-up, no limits.

ProductDescriptionWebsite
LinkMetaURL metadata extraction APIlinkmeta.dev
PageShotScreenshot & webpage capture APIpageshot.site
PDFSparkHTML/URL to PDF conversion APIpdfspark.dev
OGForgeOpen Graph image generator APIogforge.dev
LinkShrinkPrivacy-first URL shortener APIlinkshrink.dev
FaktujPolish invoice generator (faktury VAT)faktuj.pl
QRMintStyled QR code generator APIqrmint.dev
PageDropInstant HTML hosting APIpagedrop.dev

License

MIT

Keywords

mcp

FAQs

Package last updated on 31 Mar 2026

Did you know?

Socket

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.

Install

Related posts