Skip to main content

What you’ll need

Before you start, have these ready:
  • Claude Code, Cursor, or Codex — the agent runs the entire setup for you
  • A sign-in method — Google, Apple, email, or a Solana wallet (Phantom / Solflare)
  • Node.js 18+ — required to run the Float CLI
  • Some USDC — deposit via card on the Fund page; fiat on-ramp is built in

Get started

Copy the prompt below and paste it directly into your AI agent. It will handle everything — checking prerequisites, installing the MCP server, linking your machine, and opening the browser for sign-in.
Works best with Claude Code. Cursor and Codex both work but may require slightly different MCP config paths (the agent will handle this automatically).
Agent setup prompt — copy and paste into Claude Code Codex

What the agent will do

1

Check Node.js

Verifies Node.js 18+ and npx are available. If Node.js is missing, it will prompt you to install it and give you the link.
2

Install Float MCP

Runs claude mcp add float -- npx -y @usefloat/mcp@latest to register Float as a native MCP server in Claude Code. For Cursor and Codex, it writes the equivalent JSON config.
3

Link your machine

Runs npx @usefloat/cli@latest init, which opens your browser to the Float link page. Sign in once — the agent waits for you and continues automatically.
4

Confirm and report back

Runs npx @usefloat/cli@latest status and reports your agent ID, wallet address, and current balance.
5

Open the fund page

Opens app.usefloat.xyz/fund so you can deposit USDC. This is the only manual step.

Already set up?

If Float is already installed and you just need to top up, go directly to the Fund page. No re-linking required.