Connect your AI to Benmore

Build with the AI subscription you already pay for. Benmore hosts your apps; your own Claude or Codex does the building, with no builder credits spent. Pick your client:

Claude on the web

2 minutesNo install
1

Open the Connectors settings

Go to claude.ai โ†’ Settings โ†’ Connectors and click Add custom connector.

2

Paste the Benmore server URL

Name it Benmore and paste this URL, then click Add:

https://benmore.ai/mcp
3

Sign in to Benmore

Claude opens a Benmore sign-in window. Approve it once and the connection is saved to your Claude account.

4

Start building

In a new chat, enable Benmore in the tools menu and say what you want:

Connect to my Benmore workspace, list my apps, and keep building my latest one.
๐Ÿ’กUnlimited building, $0 credits. Everything Claude builds here runs on your Claude subscription. Your Benmore plan only covers hosting.

Claude Desktop

2 minutesMac & Windows
1

Open Settings โ†’ Connectors

In the Claude menu, choose Settings, then Connectors, then Add custom connector. (No Connectors tab? Update the app to the latest version.)

2

Paste the Benmore server URL

https://benmore.ai/mcp
3

Sign in to Benmore

Your browser opens a Benmore sign-in page. Approve it once.

4

Start building

Enable Benmore in the chat's tools menu and say what you want:

Connect to my Benmore workspace, list my apps, and keep building my latest one.
๐Ÿ’กAlready added it on claude.ai? Connectors belong to your Claude account, so the same Benmore connector shows up in the desktop app automatically.

Claude Code

3 minutesThe full workflow
1

Install the Benmore CLI

brew install benmore-studio/benmore/benmore

macOS and Linux, signed and notarized.

2

Bootstrap once

benmore bootstrap

Signs you in (or creates your account), sets up your ~/Benmore workspace, pulls any apps you already have, and installs the agent skill: the operating manual Claude Code loads automatically.

3

Launch Claude Code from the workspace

terminal
cd ~/Benmore
claude

That's the whole setup. Say "build me an invoicing app with client logins" and watch it go live at <app>-dev.benmore.ai while the agent works.

๐Ÿ’กThis is the deepest integration. Edits deploy automatically to a live dev URL, the agent verifies its work in a real headless browser, records demo videos, and publishes to production when you say go. Full tour: benmore.ai/cli.

Codex

3 minutesOpenAI terminal agent
1

Install the Benmore CLI

brew install benmore-studio/benmore/benmore
2

Bootstrap once

benmore bootstrap

Signs you in, sets up your ~/Benmore workspace, and drops the platform manual at .claude/skills/benmore-cli/SKILL.md.

3

Launch Codex from the workspace

terminal
cd ~/Benmore
codex
4

Point it at the manual, then build

Codex doesn't auto-load Claude skills, so hand it the manual in your first message:

Read .claude/skills/benmore-cli/SKILL.md, then build me a notes app and deploy it with the benmore CLI.
๐Ÿ’กSame platform, same commands. Codex drives the identical benmore CLI that Claude Code uses: live dev URL, hot reload, one-command publish.