Floot
● Beta

Floot MCP Connector

Build Floot apps from Claude & ChatGPT

The Floot connector lets Claude and ChatGPT create, edit, and publish full-stack Floot apps — with a real database, authentication, and email — without leaving your AI chat. It runs on your existing Claude or ChatGPT subscription, not Floot credits, so you can go from a design conversation straight to a live app. It connects over the Model Context Protocol (MCP), the open standard for giving AI assistants access to tools.

Server URLhttps://mcp.floot.com/mcp

Before you connect

A connected client acts with your Floot account. Please read this first.

Full account accessOnce connected, the client can read and modify any project in your Floot account — not just a single project.
Runs on your Claude or ChatGPT usageBuilding, editing, and publishing count against your Claude or ChatGPT subscription — not Floot credits. Only image generation uses a small amount of Floot credits.
Publishing makes apps publicPublishing returns a live, public URL that anyone with the link can open.
Secrets stay on FlootAPI keys and credentials are entered on floot.com only — they are never shown to the AI.

Prerequisites

A Floot account

Any Floot account works — free or paid.

Claude

A Pro, Max, Team, or Enterprise plan to add a custom connector.

ChatGPT

A plan with connectors / developer mode available.

How to connect

Add Floot as a custom connector by pasting the server URL. Pick your client below.

1

In Claude, open Settings → Customize → Connectors.

Pro, Max, Team, or Enterprise plan required to add a custom connector.

2

Click + and choose Add custom connector.

3

Paste the Floot server URL https://mcp.floot.com/mcp and click Add.

4

Claude opens a browser window — sign in to Floot to authorize the connection.

Floot uses OAuth 2.0 — your Floot credentials are never shared with Claude.

5

In any chat, click + → Connectors and enable Floot.

No @-mention needed — simply mentioning Floot in your message is enough.

On Team or Enterprise? An organization Owner adds Floot once under Organization settings → Connectors → Add → Custom → Web, then each member clicks Connect.
Once Floot is listed in the Claude and ChatGPT directories, you’ll be able to add it in one click by searching “Floot” — no URL needed.

What Floot can do

Once connected, your AI assistant can use these tools on your behalf.

Projects & code

Create projects, read and edit files, search the codebase, and manage dependencies.

Database

Provision Postgres, run SQL, inspect the schema, and query your app’s data.

Preview & publish

Get a live preview URL, publish to a public URL, and check publish status.

Debug & verify

Read logs, run type checks and tests, and inspect the running app in the browser.

Assets

Generate images and upload files into a project.

Guides

Built-in guides teach the assistant Floot’s design system and primitives for higher-quality output.

Try these prompts

Replace xxx with your project’s name. On ChatGPT, start your message with @Floot to reach the connector; on Claude, just mentioning Floot is enough.

Create a Floot app called “Feedback Hub” with a form that saves responses to a database.
Show a preview of my Floot project xxx.
Add a login page to my Floot project xxx.
Publish my Floot project xxx and give me the live URL.
Something’s failing in my Floot project xxx — read the logs and fix it.

Troubleshooting & FAQ

“There was a problem connecting”

Make sure the URL ends in /mcp — the full address is https://mcp.floot.com/mcp. The root domain will not connect correctly.

The Floot tools don’t appear

Confirm you finished the Floot sign-in step, and that the connector is enabled for the current chat (Claude: + → Connectors). If needed, remove and re-add the connector to re-authorize.

Does it use Floot credits?

No — the AI work runs on your own Claude or ChatGPT subscription, so building and editing don’t spend Floot credits. The one exception is image generation, which uses a small amount of credits. (Limits for free accounts are still being finalized.)

Which clients are supported?

Any MCP-compatible client. We show setup steps for Claude and ChatGPT above, but the connector works with any client that supports remote MCP servers (Cursor, VS Code, and others) — just point it at the server URL.

Is it stable?

The connector is in beta. Tool names, parameters, and behavior may change while we iterate.