Submit

Unshift

@Robin Zimmer

15 hours ago
Unshift turns Claude or ChatGPT into a website builder. Connect it over MCP, describe the site you want, and Unshift builds a real website and publishes it to a live URL. Claude's free tier is enough, so there is no token bill. Everyday edits happen in a visual editor.
Overview

Unshift turns Claude or ChatGPT into a website builder. Connect it over MCP, describe the site you want in plain English, and Unshift builds a real React site and publishes it to a live URL you own. The AI runs on your own account, so there is no token bill from us, and Claude's free tier is enough to try it.

Highlights

  • Bring your own AI. Runs on your own Claude or ChatGPT, with no per-token bill.
  • Real site, real URL. Generates a production React and Vite site and publishes it to a live URL you own (free on *.unshift.dev, custom domains on Pro).
  • Visual editor. Everyday edits happen in a visual editor, not the AI, so maintaining a site does not cost prompts.
  • Build or import. Create from a prompt, or rebuild and edit an existing site from a URL.

Connect

Add this to your MCP client config:

{
  "mcpServers": {
    "unshift": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://studio.unshift.ai/api/mcp"]
    }
  }
}

In Claude.ai or Claude Code, you can instead add a custom connector by URL: https://studio.unshift.ai/api/mcp. Authentication is OAuth 2.1; connecting creates or signs in to a free Unshift account. No API key.

What you can build

Marketing sites, landing pages, portfolios, blogs, and storefronts. Describe the business and the vibe, and Unshift assembles themed pages with a shared header and footer, wires live data when you need it, and publishes.

Tools (43)

  • Plan and import: plan_import, scrape_site, extract_theme, segment_page, suggest_blocks, get_block, inspect_data_source, wordpress_discover, shopify_discover, block_guide
  • Build: create_app, generate_theme, set_theme, set_layout, import_assets, import_icon, add_page, finalize_app
  • Edit and review: get_app, get_page, list_pages, edit_block, add_block, remove_block, move_block, update_page, remove_page, update_app, submit_for_review, undo_last_change
  • Data and commerce: create_data_connector, list_data_connectors, set_block_data_mapping, create_post_type, list_post_types, setup_wordpress, configure_flexible_content, setup_commerce, add_product
  • Account and assets: list_apps, list_images, list_icons, list_files

Server Config

{
  "mcpServers": {
    "unshift": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://studio.unshift.ai/api/mcp"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server