Runbox Website Builder MCP
About
AI Website builder and publisher MCP. Quickly publish and deploy your AI generated code as real website URL. Support html, css, js, python etc.
Details
- Author
- 11cafe
- GitHub stars
- 18
- Downloads
- 333
- Categories
- Other
Jump to
- Publish static HTML, JS, and CSS files as a public website URL
- Live code editor to edit source code and update website content
- Build websites, read/write code in a remote code sandbox
- Execute commands safely in the remote sandbox for testing and debugging
- Serve code as a real website URL for demo and testing
- Support for multiple files (HTML, JS, CSS, and others)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Runbox Website Builder MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the MCP server by adding the configuration to your MCP client using npx -y code-sandbox-mcp@latest. After setup, simply ask Claude (or another compatible AI) something like "Create a xyz website and publish to runbox" to generate code and receive a live URL. The server supports a live code editor to view and edit generated files in real time.
runbox_create_sandbox
Create a new python+nodejs Runbox code sandbox linux debian to write code files and run it
runbox_serve_static_website
Serve a static website in a Runbox code sandbox. Just write all your static html, css, js files to the sandbox. You will get a url to access your website. Must have a ./index.html file in the sandbox root directory.
runbox_expose_port
Expose a port in a Runbox code sandbox to the public internet for user testing. It returns a url that can access your local running web server at 0.0.0.0:port in your sandbox
runbox_write_file
Create a new file or overwrite an existing file in a Runbox linux sandbox. Will return a url to view the file in the sandbox, please display it to the user
runbox_read_file
Read the content of a file from an existing Runbox linux sandbox
runbox_list_directory
List all direct children in a directory in an existing code sandbox, non recursive, linux debian VM
runbox_execute_command
Execute a command in an existing nodejs+python Runbox linux debian sandbox
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"runbox website builder mcp": {
"runbox-website-builder": {
"command": "npx",
"args": [
"-y",
"code-sandbox-mcp@latest"
]
}
}
}
}
McpServers
{
"runbox-website-builder": {
"command": "npx",
"args": [
"-y",
"code-sandbox-mcp@latest"
]
}
}
Runbox Website Builder MCP
Runbox MCP provides remote coding environment for AI and agents. It can publish your AI-written website code as real world URL domain. Deploy your AI generated code as a real website running in remote server.
Capability:
- Publish static html, js, css files as public website URL to share
- Live code editor to edit source code and update website content
- 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
demo video: https://www.youtube.com/watch?v=ONvT516jLBo
Install
{
"mcpServers": {
"runbox-website-publisher": {
"command": "npx",
"args": ["-y", "code-sandbox-mcp@latest"]
}
}
}
Features
From chat to publish website live
Just ask Claude: "Create a xyz website and publish to runbox" and you will get a URL hosting your website like https://runbox.ai/site/VnIdYXn5bIBGyv9X/
Live code editor
Easily view and edit Claude generated code in a live editor
Multi files supprot
Support multiple html, js, css and other files
Dev
server side code: https://github.com/11cafe/code-sandbox-server
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



