Drop2Run for Grok
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:Grok
transport:stdio
runtime:npm
Install Drop2Run in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"drop2run": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drop2run/mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs