PreviewDrop for Windsurf
dev.previewdrop/cli
Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.
client:Windsurf
transport:stdio
runtime:npm
Install PreviewDrop in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"cli": {
"command": "npx",
"args": [
"-y",
"previewdrop"
],
"env": {
"PREVIEWDROP_API_KEY": "<PREVIEWDROP_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs