Drop2Run for Cursor
run.dropto/drop2run
Publishes what an AI made — a page, a markdown or PDF doc, or a whole site — to a live HTTPS link.
client:Cursor
transport:stdio
runtime:npm
Install Drop2Run in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"drop2run": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs