AI Website builder and publisher MCP. Quickly publish and deploy your AI generated code as real website URL. Support html, css, js, python etc.
Capability:
Publish static html, js, css files as public website URL to share
Build website, read/write code in remote code sandbox
Execute commands safely in remote sandbox to test the code and fix bugs
Serve code as real website URL to test demo
Server Config
{
"mcpServers": {
"runbox-website-publisher": {
"command": "npx",
"args": [
"-y",
"code-sandbox-mcp@latest"
]
}
}
}