Skip to content
VS Code

PageDrop MCP for VS Code

io.github.dpozimski/pagedrop-mcp

Deploy and manage instant HTML sites with paste, upload, and ZIP deploy

client:VS Code transport:stdio runtime:npm

Install PageDrop MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "pagedrop-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pagedrop-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

PageDrop MCP in other clients