Add Skilled Rabbit as a Custom Connector
In Claude Desktop → Settings → Connectors → Add custom connector, paste the URL below. Approve, sign in once, and choose "Always allow" the first time Finney runs a tool.
Pick your AI tool below. Each install takes about two minutes once your paid subscription is in place. If you get stuck, Finney can walk you through it — see the floating help card on the right.
The webchat at skilledrabbit.ai is where Finney coaches you — briefings, reflections, the long conversations. The MCP-connected AI environment is where you do the work. This page sets up the training field. You can always return to webchat for coaching.
In Claude Desktop → Settings → Connectors → Add custom connector, paste the URL below. Approve, sign in once, and choose "Always allow" the first time Finney runs a tool.
Screenshots pending — placeholders in place. Real captures land in Phase 137 beta smoke.
Use Skilled Rabbit inside Claude Desktop — Anthropic's native macOS / Windows app. Claude Desktop discovers the Skilled Rabbit MCP server through the same OAuth handshake the shim uses elsewhere; you click one button and the connection lands.
You need a paid Claude Pro plan (Skilled Rabbit Beta also works with Claude Team Standard) and a Skilled Rabbit account with at least one active training enrollment. Free Claude tiers cannot sustain MCP usage at training cadence.
The primary way to connect is to copy the Skilled Rabbit connector URL and paste it into
Claude Desktop → Settings → Connectors → Add custom connector. Approve, sign in once via
OAuth, and Finney is wired. (If your machine has the claude:// handler registered, the
orange button can also foreground Claude Desktop for you — but the copy-and-paste route
works on every build, including the newer Cowork builds.)
This section is the canonical Rule-9 source for the in-app
/chatinstall-and-connect card (components/chat/chat-install-card.tsx). The card renders this copy verbatim. Do not paraphrase. The connector URL in step 4 is env-aware (https://beta.skilledrabbit.ai/api/mcpon beta,https://skilledrabbit.ai/api/mcpon PROD) — the card injects it; this document shows the beta value for reference.
Before the connect screen the learner is asked:
Did you already install [tool]?
claude.ai/download.
After the learner installs, an "installation done, continue" affordance returns them to
the connector steps below.Why this exact phrase (Phase 146.13 RW-1): the step-9 line is the first thing the learner says in the AI tool after connecting, so it has to route the host to Skilled Rabbit's coach — not to a shell action. Naming Finney biases the host toward the Skilled Rabbit / Finney MCP tools rather than reading "start" as "start the dev server"; the "…start my Skilled Rabbit training." clause routes the turn to the first-touch path. The bare "Start Skilled Rabbit" is retired — it was being read as "start the dev server" in coding-agent surfaces (Cowork / Claude Code in a repo). This phrase is the canonical Rule-9 trigger; mirror it verbatim wherever the in-app card or the per-client docs render it.
The same step-9 trigger works on every surface, but WHERE the learner pastes it varies by the AI tool they chose. This is the canonical Rule-9 copy for each surface — do NOT invent connector copy elsewhere without authoring it here first.
Tip: for the first hello, open a fresh chat with Finney (not your code/repo session) and paste the line above. If the learner pastes it in-repo anyway, the same trigger still works — it names Finney + training intent, so it is hardened, not surface-locked.
Click Copy connector URL at the top of this tab, then in Claude Desktop go to Settings → Connectors → Add custom connector and paste it. (If the claude:// handler is registered on your machine, the same button can also foreground Claude Desktop for you — but the copy-and-paste route works on every build.)
Click Add connector in Claude Desktop's confirmation dialog.
Claude Desktop opens the Skilled Rabbit OAuth page in your browser. Sign in with the same account you use on skilledrabbit.ai. Approve the requested scope.
Back in Claude Desktop, type /finney and press Enter, then run /finney progress. The first time Skilled Rabbit runs a tool, Claude Desktop shows a permission dialog with two choices: Allow once and Always allow.
Choose "Always allow". This is the single most important click in the whole setup. If you pick "Allow once", Claude Desktop stops and asks for permission again at every checkpoint — turning each mission into a string of interruptions. "Always allow" gives Finney standing permission, so the training runs uninterrupted.
Once you've approved, /finney progress replies with your current week, stage, XP, and rank. If you see that, the connection is live and you're done.
Screenshot pending — the "Allow once / Always allow" permission dialog.
Using a newer (Cowork) Claude Desktop? Recent Claude Desktop builds don't load custom MCP servers from the config file — so the connector above is the path that works. If you ever used a terminal command to set this up and nothing happened, switch to the connector.
The connector gives you Skilled Rabbit's sr_ tools and OAuth-grounded coaching right away.
When you want the full /finney command set (hints, checkpoints, reflect, and more) as
native slash-commands, add the Skilled Rabbit Cowork plugin — it bundles the same connection
plus the full Finney toolkit. Full walkthrough: /docs/cowork-install.
On Claude Desktop, Finney coaches reactively — ask for a hint, run a checkpoint, or open
a reflection whenever you want. (Automatic "I noticed you're stuck" nudges are a Claude Code
feature; on Desktop you drive the coaching, and the /finney plugin gives you every command
on demand.)
Common causes:
claude.ai/download and try again.claude:// scheme handler isn't registered (Linux, some corporate-managed Macs). Use the Copy connector URL fallback that the same button offers after a 1.5-second timeout, then paste it into Claude Desktop → Settings → Connectors → Add custom connector.Make sure you're signing in with the email you used to register at skilledrabbit.ai. If you signed up via magic link and don't remember the email, the welcome email from Brevo has it.
/finney progress returns "no enrollment"You need at least one active training enrollment. Visit skilledrabbit.ai/dashboard to enroll, then re-run /finney progress.
/finney does nothingVerify the connector is enabled in Claude Desktop → Settings → Connectors. Skilled Rabbit should appear in the active connectors list. If it's missing, re-add it via the connector URL fallback.
You picked Allow once at the first permission dialog, so Claude Desktop re-asks on every tool call. Open Claude Desktop → Settings → Connectors → Skilled Rabbit and set its permission to Always allow. From then on Finney runs without interrupting you each checkpoint.