Connect your AI to the Skills Library
Use the MCP (Model Context Protocol) server to let your AI agent search, browse, and discover skills programmatically β no copy-pasting needed.
What is MCP?
MCP (Model Context Protocol) is an open standard that lets AI tools like Claude, Cursor, and others connect to external data sources. With our MCP server, your AI can search the full skills catalog, look up dependencies, and find the perfect skill for any task.
Quick start
Add the MCP server
Run this command in your terminal to connect:
claude mcp add --transport http skills-library https://mcp.skills-library.com/mcp Restart your AI tool
Close and reopen Claude Code, Cursor, or your MCP client so it picks up the new server.
Ask your AI
Your AI now has access to 6 tools for searching and browsing the skills catalog. Just ask it naturally.
Setup by client
Claude Code
claude mcp add --transport http skills-library https://mcp.skills-library.com/mcp Claude Desktop
"skills-library": {
"type": "streamable-http",
"url": "https://mcp.skills-library.com/mcp"
} Add to claude_desktop_config.json β mcpServers
Cursor
"skills-library": {
"type": "streamable-http",
"url": "https://mcp.skills-library.com/mcp"
} Add to .cursor/mcp.json β mcpServers
Available tools
search_skills Full-text search across skills by name, description, and dependencies
get_skill Get full details of a specific skill by its ID
list_by_dependency List skills that require a specific dependency (e.g. docker, python, jq)
list_standalone List all skills that need no external dependencies
get_dependency_tree Get the full dependency index grouped by type
get_stats Get summary statistics about the catalog
Example
Once connected, just ask your AI naturally:
"Find me a skill for generating API documentation"
"What skills need Docker?"
"Show me the most popular standalone skills" Raw JSON API
Prefer to fetch data directly? The catalog is also available as static JSON endpoints: