Your AI assistant can build you a website.
Plug beam.page into Claude, ChatGPT, or Codex. Tell your assistant what you need — it builds the site, we host it free, and you can update anything just by asking.
Build me a website for my bakery in Brighton.
Say it out loud
Describe what you need to your AI assistant in plain English. No forms, no templates.
It builds the site
Real pages, photos, working contact forms. Static, fast, indexable on Google.
You're online
Free hosting at your-name.beam.page. Custom domain when you're ready.
Change anything
Add pages, swap photos, update prices, post the daily menu. Just ask, anytime.
Pick your AI assistant
Setup takes about 30 seconds.
ChatGPT
chatgpt.com — Plus / Pro / Business / Enterprise- Open Settings → Apps & Connectors → Advanced settings and toggle on Developer Mode.
- Go to Settings → Apps & Connectors → Create.
- In the form: name it beam.page, paste the URL below as the MCP server URL, set Authentication: OAuth.
- Tick "I trust this application" and click Create. Sign in with Google when prompted.
- To use it in any chat: click the + next to the message box → More → select beam.page.
https://api.beam.page/mcp
Claude
claude.ai — Free / Pro / Max / Team / Enterprise- Open Customize → Connectors.
- Click the + button → Add custom connector.
- Name it beam.page, paste the URL below, click Add.
- Sign in with Google when prompted.
- To use it in a chat: click the + next to the message box → Connectors → toggle beam.page on.
https://api.beam.page/mcp
Free plan: limited to one custom connector. Team / Enterprise: an Owner has to add it once via Organization settings before members can use it.
Claude Code
terminal — anthropicRun this once. The first time you use a beam.page tool, Claude Code opens a browser for the Google login automatically.
claude mcp add --transport http --scope user beam-page https://api.beam.page/mcp
--scope user makes the connector available across every project. Drop it to install only in the current directory.
Codex CLI
terminal — openaiRun this once. Codex CLI will prompt you to sign in with Google via your browser the first time you use the connector.
codex mcp add beam-page --url https://api.beam.page/mcp
If the OAuth prompt doesn't open automatically, trigger it manually with codex mcp login beam-page.