Claude connects to the connector from Anthropic’s cloud, not from your device — so there is nothing to install locally and nothing to keep running. It works the same on mobile as on desktop.
Add the connector
- Free, Pro, and Max
- Team and Enterprise
1
Open your connector settings
In Claude, go to Settings → Connectors (some versions label this Customize → Connectors).
2
Add a custom connector
Click Add custom connector (on some versions: + → Add custom connector), then enter:Leave Advanced settings alone — the connector registers itself, so you don’t need to supply an OAuth client ID or secret.
3
Connect and sign in
Click Add, then Connect. Your browser opens the Gainable sign-in, you pick which account to connect, and you’re done.
Turn it on in a conversation
Adding a connector doesn’t switch it on everywhere. In any chat or Cowork session, use the + button in the message box → Connectors, and toggle Gainable (Gaia) on. Then check it:Build something
Attach a spreadsheet to the message and ask:No spreadsheet handy? Download the event planning sample and attach that.
Cowork specifics
Cowork uses the same account-level connector list as Claude chat, so if you added it above there is nothing more to add. Two things behave differently, and both are worth knowing.Name the app you mean
Cowork re-establishes its connection before each tool call, so the connector can’t tell one Cowork conversation from another on the same account. Rather than guess — and risk editing a different app you have open elsewhere — it refuses to assume and asks which app you mean. In practice that means the first request in a session should name the app:projectId from apps_list or from creating it, it carries it forward for the rest of the conversation. Claude Code doesn’t hit this because a folder’s .gaia/project.json answers the question for it.
Give it your context
A Gainable app is shaped by things the connector cannot know: what you call things, your currency and date format, who uses the app, what must never appear on a list view. Ask Claude to set up the project and it returns a starter you can use either way:- A Cowork project with a folder — it writes a
README.md, aCLAUDE.mdfor your domain context, anddata/andapps/folders. - A chat-only project — there is nowhere to write files, so it shows you a block to paste into the project’s Instructions (or the “What are you trying to achieve?” box when you create one). That box is the only place project-level context survives without a folder.
If a file upload fails
Cowork sandboxes can have network egress switched off, which blocks the direct upload path for spreadsheets. Claude will fall back to sending the file in slices, which works but costs context. To use the fast path, an admin can enable Settings → Capabilities → Code execution → Allow network egress.How it compares to Claude Code
Same connector, same tools, same harness. What differs is what the client can see:Manage the connection
- Change or revoke it in Claude — Settings → Connectors, then the three-dot menu.
- Change or revoke it in Gainable — Account → Connections. This is also where you turn author mode on or off without reconnecting.
Next steps
Tool reference
Every tool the connector exposes.
Claude Code
The same connector, from your terminal.