website-publisher-mcp
The Runbox Website Builder MCP provides a remote coding environment for publishing AI-generated website code as a real-world URL domain. It allows you to publish static HTML, JS, and CSS files, and features a live code editor for editing source code. You can execute commands safely in a remote sandbox to test and debug your code, and serve it as a real website URL for demos.
GitHub Stars
9
User Rating
Not Rated
Favorites
0
Views
26
Forks
1
Issues
2
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
The Lite_MCP_sdk is an SDK designed to make AI agent technology easily accessible using JavaScript. It is specifically tailored for beginners, allowing users to build remote MCP servers and clients effortlessly. Its simple interface and copy-and-paste setup make it user-friendly and ideal for those with minimal programming experience.