← v13 index

/install · MCP Claude Desktop wizard

4 steps · pick app · config · paste · verify
v13 new
DESKTOP · 1280px · STEP 2 visible (all 4 rendered below each other)
floom.dev/install
F
floom
Install in Claude Desktop
Close
Pick app
2
Config
3
Paste
4
Verify
STEP 1

Pick an app

Only MCP-ready apps show up here. All 23 Floom apps are MCP-ready today.

FlyFast MCP ready
Natural-language flight search · 1 tool: search_flights
openpaper
opendraft
bouncer
STEP 2

Copy the config

Floom generated a scoped MCP server config for FlyFast. Your API key is injected server-side, not pasted into the file.

Security
Bearer token below is scoped to FlyFast only. It can't read other apps' keys. Rotate in /settings.
claude_desktop_config.json
{ "mcpServers": { "flyfast": { "command": "npx", "args": ["-y", "@floomhq/mcp-remote", "https://floom.dev/mcp/flyfast"], "env": { "FLOOM_TOKEN": "flm_live_a8f3...scoped-to-flyfast" } } } }
Already have other MCP servers? Merge this block into your existing mcpServers object.
STEP 3

Paste into config file

Open the file at the path below, paste, save. Claude Desktop will pick it up on next restart.

macOS Windows Linux
Path on macOS
~/Library/Application Support/Claude/claude_desktop_config.json
1Open Finder, press ⌘ ⇧ G, paste the path above.
2Open the file in your editor of choice.
3Paste the config from step 2. Save.
4Quit Claude Desktop (⌘ Q) and reopen. MCP loads on launch.
STEP 4

Verify

Run this in Claude Desktop to confirm FlyFast is loaded and callable.

Takes about 10 seconds
If the tool call fails, jump back to step 3 and confirm the file was saved.
Claude Desktop · terminal view live
$ claude mcp list floom (flyfast) ✓ connected 1 tool └ search_flights Natural-language flight search // in Claude: > cheapest flight HAM to SFO friday [tool_use: flyfast.search_flights] input: "HAM → SFO friday, 1 stop" ... [tool_result: 820ms] 3 flights · cheapest €487 (LH 456)
Go to your dashboard →
MCP config is per-app and scoped. Revoke in /settings → API keys anytime. Docs: /docs/mcp →
MOBILE · 375px · steps stacked, platform tabs scroll
floom.dev/install
F
Install wizard
2 / 4
STEP 2 · CONFIG

Copy the config

Scoped config for FlyFast. Your key is injected server-side.

claude_desktop_config.json
{ "mcpServers": { "flyfast": { "command": "npx", "args": ["..."] } } }
V13 · /install · DESIGN NOTES