Publishes what an AI made — a page, a markdown or PDF doc, or a whole site — to a live HTTPS link.
claude mcp add drop2run -- npx -y @drop2run/mcp
claude_desktop_config.json
{
"mcpServers": {
"drop2run": {
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"drop2run": {
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"drop2run": {
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"drop2run": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"drop2run": {
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/run.dropto--drop2run/reviews or the review_server meta-tool.
POST /mcp