---
slug: "website-website-to-pdf-mcp"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/11cafe/website-publisher-mcp@main/README.md"
repo: "https://github.com/11cafe/website-publisher-mcp"
source_file: "README.md"
branch: "main"
---
# 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

```json
{
  "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/

<img width="750" alt="Screenshot 2025-04-23 at 8 46 03 PM" src="https://github.com/user-attachments/assets/a5c63994-0e9d-4109-b2df-f408662eece7" />

**Live code editor**

Easily view and edit Claude generated code in a live editor

<img width="700" alt="Screenshot 2025-04-23 at 8 45 48 PM" src="https://github.com/user-attachments/assets/66c2e750-b98b-471c-8558-bdccf41c7864" />

**Multi files supprot**

Support multiple html, js, css and other files

<img width="309" alt="Screenshot 2025-04-23 at 8 55 32 PM" src="https://github.com/user-attachments/assets/a4d87c6a-c8d1-460d-b98a-919c7f039b5f" />

## Dev

server side code: https://github.com/11cafe/code-sandbox-server

