Skillify
Claude Desktop (advanced)
Advanced · needs Node.js · about 10 minutes
Only if Claude custom connector is unavailable
Preferred: in Claude use Add custom connector with
https://console.skillify.so/mcp (no Node). See
/customer → Help.
This page is the Desktop + Node fallback when that path is not available.
Pasting instructions into a Claude Project is not enough — Claude’s sandbox blocks Skillify.
-
Install Node.js (required once)
Claude needs a tiny helper on your computer. Install the LTS build from nodejs.org (the big green button). Then fully quit and reopen your terminal / Claude later.
Check it worked: open Terminal / PowerShell and run
node -v— you should see a version likev22…. -
Get a Skillify API key
Open the customer portal, sign in with Google → API keys → Issue API key. Copy the key once (live keys use the
sk+liveprefix shown in the portal).Never paste the key into a Claude chat. If you already did, revoke it and issue a new one.
-
Copy your Claude config
Paste your key below (stays in this browser only), then copy the config block.
-
Paste into Claude Desktop
In Claude Desktop:
- Open Settings → Developer
- Click Edit Config (opens
claude_desktop_config.json) - Replace the file contents with what you copied (or merge the
mcpServers.skillifyblock if you already have other MCP servers) - Save the file
- Fully quit Claude Desktop (not just close the window) and open it again
-
Ask a normal question
In a new chat, enable the skillify tools if Claude shows a Connectors / tools toggle, then ask something like:
What’s a sensible linear macro portfolio for a $10m max drawdown?First answers often take 2–3 minutes. That is normal — Skillify is working, not stuck.
If it doesn’t work
npx/ Node not found → reinstall Node LTS, restart the computer, try again- Claude says no Skillify tool → confirm the config JSON is valid, fully quit Claude, reopen
- Auth / invalid key → issue a new key at /customer and update the config
- Still stuck → use Cursor with the same MCP URL, or ask Skillify support
Advanced / developers: local stdio and Claude Code HTTP steps are in the repo
docs/skillify-mcp.md.