supaskills-mcp
v1.5.0
Published
MCP server for SupaSkills — quality-scored expert skills for Claude
Maintainers
Readme
supaskills-mcp
MCP server for SupaSkills — 1,000+ quality-scored expert skills for Claude.
Quick Setup
Claude Code
claude mcp add supaskills -e SUPASKILLS_API_KEY=your_key -- npx -y supaskills-mcp@latestClaude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"supaskills": {
"command": "npx",
"args": ["-y", "supaskills-mcp@latest"],
"env": {
"SUPASKILLS_API_KEY": "your_key"
}
}
}
}Get Your API Key
- Sign up at supaskills.ai
- Go to Dashboard → API Keys → Generate
- Copy the key starting with
sk_supa_...
Tools
| Tool | Description |
|------|-------------|
| search_skills | Search 1,000+ expert skills by query |
| load_skill | Load a skill's system prompt by slug |
| load_powerpack | Load a curated multi-skill PowerPack |
| list_categories | List all skill categories with counts |
| get_stats | Platform statistics (counts, scores, tiers) |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| SUPASKILLS_API_KEY | Yes | Your API key (sk_supa_...) |
| SUPASKILLS_API_URL | No | Override API base URL (default: https://www.supaskills.ai) |
How It Works
This package is a stdio MCP server — it communicates via stdin/stdout using JSON-RPC 2.0. All tool calls are proxied to the SupaSkills REST API, so your skills, usage, and rate limits are tied to your account.
License
MIT — © 2026 Kill The Dragon GmbH
