Quick Start
From zero to expert in 60 seconds
Pick your platform, choose a use case, copy the code. That's it.
1. Choose your platform
1Copy this command into your terminal
terminal
claude mcp add --scope user --transport http supaskills "https://www.supaskills.ai/api/mcp" --header "Authorization: Bearer sk_supa_YOUR_KEY"That's it. Restart Claude Code and you're connected to 1,300+ expert skills.
?What does this do?
- 1.MCP lets Claude Code use external tools, like supaskills. Think of it as a plugin system.
- 2.Create a file called .mcp.json in your project folder (same folder as package.json, or your repo root).
- 3.Paste the JSON above into that file. Replace sk_supa_YOUR_KEY with your actual API key from the dashboard.
- 4.Restart Claude Code (close and reopen your terminal). Done! Claude can now search and load 1,300+ skills.
Want supaskills in every project? Put the file at ~/.claude/.mcp.json (in your home directory) instead. It will be available globally.
Don't have an API key yet? Sign up free and create one in your dashboard.
2. Pick a use case
Need an API key? Sign up free and generate one from your dashboard.
Start Free