MCP Setup
Connect FindSkills to your AI agent in one step:
npx findskills-mcp init
Auto-detects Claude Code, Claude Desktop, or Cursor and configures them for you. Restart your AI client when it’s done.
{
"mcpServers": {
"findskills": {
"command": "npx",
"args": ["-y", "findskills-mcp"]
}
}
}
claude mcp add findskills -- npx -y findskills-mcp
{
"mcpServers": {
"findskills": {
"command": "npx",
"args": ["-y", "findskills-mcp"]
}
}
}
Step 2. Run npx findskills auth to sign in with GitHub and provision your API key. (Free, ~10 seconds.)
Machine-Readable Endpoints
Use these endpoints to integrate programmatically:
-
GET
https://findskills.org/api/v1/search?q={keyword}(Search) -
GET
https://findskills.org/api/v1/skills(List & Filter) -
GET
https://findskills.org/api/v1/openapi(OpenAPI Spec) -
GET
https://findskills.org/llms.txt(LLM Context)
Discover AI Agent Skills
Find the right tools for your AI agent from 94,000+ open-source skills — organized by category, scored for quality and safety, and ready to install.
npx findskills "web scraping" in your terminal to search and install skills directly.npx findskills-mcp.