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.Agent setup prompt — copy and paste into Claude Code Codex
What the agent will do
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.
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.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.Confirm and report back
Runs
npx @usefloat/cli@latest status and reports your agent ID, wallet address, and current balance.Open the fund page
Opens app.usefloat.xyz/fund so you can deposit USDC. This is the only manual step.

