Use Skilled Rabbit inside claude.ai
Screenshots pending — last refresh 2026-04-23. The install flow is live and working; the four in-page screenshots are still placeholders. Real captures land in a follow-up pass.
Use Skilled Rabbit inside claude.ai — no terminal, no npm install. claude.ai speaks MCP directly over HTTPS via its Custom Connectors feature.

What you need
You need a paid claude.ai plan that supports Custom Connectors (Pro, Team, or Enterprise), and a Skilled Rabbit account with at least one active training enrollment. If you don't have an enrollment yet, pick a training first — claude.ai will route you to whichever training is active when Finney answers.
The URL to paste
https://skilledrabbit.ai/api/mcp
That's the only URL you need. claude.ai handles the OAuth login itself — no shim install, no local auth.json.
Install
1. Open claude.ai Settings → Connectors
Click your avatar in the top-right of claude.ai, open Settings, and go to the Connectors tab. At the bottom you'll see Add custom connector — that's the button we need.

2. Paste the MCP URL
In the modal that appears, paste the URL into the field and give the server a memorable name — Skilled Rabbit works well. Confirm, and claude.ai starts the connection.

3. Approve the OAuth consent
claude.ai redirects you to https://skilledrabbit.ai/oauth/authorize. Sign in if you aren't already, click Approve, and claude.ai receives an access token it stores on its side. You only do this once per connector.

4. Ask Finney
Start a fresh claude.ai chat and try: "Hi Finney, which checkpoint am I on?" You'll see the MCP tool call happen inline, grounded in your current training.

How this differs from the Claude Code install
OAuth device-code flow is NOT used on claude.ai. claude.ai performs the authorization-code flow directly against https://skilledrabbit.ai/oauth/authorize. No shim install, no local auth.json.
Because the token lives on claude.ai's side, there's nothing to uninstall locally. To disconnect, remove the Skilled Rabbit connector from claude.ai Settings → Connectors.
Using Claude Code or Claude Desktop instead?
If you want Finney wired into Claude Code or Claude Desktop on your laptop, follow the @skilledrabbit/mcp install guide instead.