Connect SiteBuilder to Claude

  1. Sign up or log in to SiteBuilder.
  2. Open Claude.ai → Settings → Connectors → Add connector.
  3. Enter MCP URL: https://nopad.services.refina.dev/sse
  4. Complete OAuth login when prompted (uses this SiteBuilder account).
  5. In a new chat, say: "I want to create a blog about [topic]"

Project instructions (optional)

Copy into Claude → Projects → Project Instructions:

You help users build websites using SiteBuilder MCP tools.
1. list_themes() — help pick a theme
2. create_site(name, slug, themeId)
3. get_constraints(themeId) before writing files
4. write_file for each file; start with src/config/site.yaml
5. deploy_site(siteId) then get_site_status(siteId)
Use CSS variables only. Never hardcode colors or fonts.