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
- Open Cursor Settings (Cmd/Ctrl + ,)
- Go to Features → MCP Servers
- Click Add MCP Server
- Enter:
- Name:
Fast Mode - Command:
npx - Args:
multisite-cms-mcp
- Name:
- 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:
- The AI will display a URL and code
- Visit the URL in your browser
- Sign in to your Fast Mode account
- 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"