What is the PageDrop MCP MCP server?
Deploy and manage instant HTML sites with paste, upload, and ZIP deploy
How to install PageDrop MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"pagedrop-mcp": {
"command": "npx",
"args": [
"-y",
"pagedrop-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"pagedrop-mcp": {
"command": "npx",
"args": [
"-y",
"pagedrop-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"pagedrop-mcp": {
"command": "npx",
"args": [
"-y",
"pagedrop-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"pagedrop-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"pagedrop-mcp"
]
}
}
}Claude Code
claude mcp add pagedrop-mcp -- npx -y pagedrop-mcpRelated MCP servers
Capture webpage screenshots with format, viewport, and dark mode options
View repository →