Docs / Building Your Site / Building with AI
Back to FastMode

Building with AI

AI-Powered Website Creation

Use AI assistants like Claude, Cursor, or ChatGPT to build and deploy websites to Fast Mode automatically.

What is the MCP Server?

The Fast Mode MCP (Model Context Protocol) Server is a tool that AI assistants can use to:

  • Create new Fast Mode projects
  • Validate website packages
  • Deploy websites directly
  • Sync CMS schemas
  • Generate sample content

Setting Up in Cursor

  1. Open Cursor Settings (Cmd/Ctrl + ,)
  2. Go to FeaturesMCP Servers
  3. Click Add MCP Server
  4. Enter:
    • Name: Fast Mode
    • Command: npx
    • Args: multisite-cms-mcp
  5. Save and restart Cursor

Setting Up in Claude Desktop

Add to your Claude config file:

{
  "mcpServers": {
    "fastmode": {
      "command": "npx",
      "args": ["multisite-cms-mcp"]
    }
  }
}

First-Time Authentication

When you first use the MCP tools, you'll be prompted to authenticate:

  1. The AI will display a URL and code
  2. Visit the URL in your browser
  3. Sign in to your Fast Mode account
  4. The AI is now connected!

Example Prompts

  • "Create a portfolio website for a photographer"
  • "Convert this HTML website for Fast Mode"
  • "Deploy this to my Fast Mode project"
  • "Add a blog section with author support"
Built in Fast Mode