Website Builder & Publisher MCP

Created By
11cafea year ago
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
Overview

What is Website Builder & Publisher MCP?

Website Builder & Publisher MCP is an AI-driven platform that allows users to quickly publish and deploy AI-generated code as real website URLs, supporting various programming languages such as HTML, CSS, JavaScript, and Python.

How to use Website Builder & Publisher MCP?

To use the platform, simply input your website requirements to the AI, and it will generate the code for you. You can then publish the generated code as a live website URL.

Key features of Website Builder & Publisher MCP?

  • Publish static HTML, JS, and CSS files as public website URLs.
  • Live code editor for real-time code editing and updates.
  • Remote code sandbox for building websites and executing commands safely.
  • Ability to serve code as a real website URL for testing demos.

Use cases of Website Builder & Publisher MCP?

  1. Quickly creating and deploying personal or business websites.
  2. Testing and showcasing web applications in a live environment.
  3. Collaborating on web development projects with real-time code editing.

FAQ from Website Builder & Publisher MCP?

  • Can I publish websites created with any programming language?

Yes! The platform supports HTML, CSS, JavaScript, and Python.

  • Is there a demo available?

Yes! You can view a demo video here.

  • How do I start using the platform?

You can start by running the command provided in the installation section to set up the environment.

Server Config

{
  "mcpServers": {
    "runbox-website-publisher": {
      "command": "npx",
      "args": [
        "-y",
        "code-sandbox-mcp@latest"
      ]
    }
  }
}
Project Info
Hosted
Created At
a year ago
Updated At
a year ago
Author Name
11cafe
Star
-
Language
-
License
-

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

16 hours ago
Mnemom

17 hours ago
Linkpulse

19 hours ago