beam.page

Set up beam.page

Setup's the fiddly bit — a couple of minutes the first time, then it's just there. Paste this into your AI client, sign in with Google, done.

https://api.beam.page/mcp
ChatGPT

ChatGPT

Plus / Pro / Business / Enterprise

Needs a paid plan — Developer Mode for custom connectors isn't available on the free tier.

  1. Settings → Apps & Connectors → Advanced settings. Turn on Developer Mode.
  2. Back in Apps & Connectors → Create. Name beam.page, paste the URL, set Authentication to OAuth, click Create.
  3. Sign in with Google.
  4. In a chat: + → More → beam.page. Say "build me a website for…"
https://api.beam.page/mcp
Claude

Claude (claude.ai or Claude Desktop)

the web version works from any browser

Claude Desktop also reads files straight off your computer — handy for batches of photos, PDFs, or menus.

  1. Customize → Connectors → + → Add custom connector.
  2. Name it beam.page, paste the URL, click Add.
  3. Sign in with Google.
  4. In a new chat: + → Connectors → beam.page. Say "build me a website for…"
https://api.beam.page/mcp

Claude Free is limited to one custom connector. Team / Enterprise workspaces need an owner to add it once at Organization level first.

Cursor

Cursor

AI-native editor

VS Code fork with native MCP. Free tier works fine — no Pro needed.

  1. Settings → Tools & MCP → New MCP Server, or edit ~/.cursor/mcp.json directly.
  2. Paste the config below, save.
  3. First tool call pops a browser for the Google sign-in.
{ "mcpServers": { "beam-page": { "url": "https://api.beam.page/mcp" } } }

If Cursor won't connect with the bare url field, swap the inner block for the mcp-remote shim — "command": "npx", "args": ["-y", "mcp-remote", "https://api.beam.page/mcp"].

Windsurf

Windsurf

Cascade — Codeium

Cursor's closest cousin. Same JSON shape, slightly different field name.

  1. In the Cascade chat, click the MCP servers (hammer) icon → Configure → View raw config.
  2. Paste the config below into ~/.codeium/windsurf/mcp_config.json, save.
  3. Click Refresh back in the Manage Plugins tab. First tool call pops a browser for Google sign-in.
{ "mcpServers": { "beam-page": { "serverUrl": "https://api.beam.page/mcp" } } }

Field is serverUrl, not url — easy to miss when copying from Cursor. If an older Windsurf build won't connect, fall back to the universal mcp-remote shim.

Claude Code

Claude Code

terminal — Anthropic

Terminal agent. Full filesystem access and scriptable from the shell.

claude mcp add --transport http --scope user beam-page https://api.beam.page/mcp

First time you use a beam.page tool, Claude Code opens a browser for the Google login automatically. Drop --scope user to install in the current directory only.

Codex CLI

Codex CLI

terminal — OpenAI

OpenAI's terminal agent. Same filesystem + shell ergonomics as Claude Code.

codex mcp add beam-page --url https://api.beam.page/mcp

Codex prompts you to sign in with Google via your browser the first time you use it. If the prompt doesn't appear, run codex mcp login beam-page.

Antigravity

Antigravity

CLI + desktop — Google

Google's agent — CLI and 2.0 desktop app, sharing the same engine. Free for personal Gmail accounts in preview.

  1. Create ~/.gemini/config/mcp_config.json and paste the config below, save.
  2. Run agy in your terminal, then type /mcp and click the auth prompt.
  3. Complete the Google sign-in in the browser. That's it.
{ "mcpServers": { "beam-page": { "serverUrl": "https://api.beam.page/mcp" } } }

Once this is done, the Antigravity 2.0 desktop app works too — no extra setup. It shares the same MCP config and Google sign-in.

Other MCP clients

Any MCP-compatible client should work in principle — but setup paths, JSON field names (url, serverUrl, and others), and OAuth handling all differ by client. Paste the connector URL below into your client's MCP settings, and check the client's MCP docs if you hit issues. The mcp-remote shim is the universal fallback when a remote HTTP connection won't take. And if it still won't, give us a shout — we'll have a go at making it work.

https://api.beam.page/mcp

Also listed on Smithery — for a one-line install in compatible clients:

npx -y smithery mcp add lola2-limited/beampage

Stuck?

We'll walk through it with you.

Send us a message