agentskill.sh
Search, discover, and install 55k+ AI agent skills for Claude Code, Cursor, Copilot, Windsurf, and more.
AgentSkill MCP Server
MCP server for agentskill.sh — search, discover, and install AI agent skills from the largest skills directory (44k+ skills).
Tools
| Tool | Description |
|---|---|
search_skills | Search for skills by keyword, filter by platform |
get_skill | Get full details for a skill including SKILL.md content |
install_skill | Install a skill to the local skills directory |
get_trending | Get hot, trending, or top skills |
Installation
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"agentskill": {
"command": "npx",
"args": ["-y", "agentskill-mcp"]
}
}
}
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentskill": {
"command": "npx",
"args": ["-y", "agentskill-mcp"]
}
}
}
Claude Code
claude mcp add agentskill -- npx -y agentskill-mcp
Windsurf / Cline / Other MCP Clients
{
"mcpServers": {
"agentskill": {
"command": "npx",
"args": ["-y", "agentskill-mcp"]
}
}
}
Usage Examples
Once connected, your AI agent can:
- Search: "Find skills for SEO optimization"
- Browse: "Show me trending skills for Claude Code"
- Install: "Install the seo-optimizer skill"
- Details: "Get details for the react-best-practices skill"
Supported Platforms
Skills are available for Claude Code, Cursor, GitHub Copilot, Windsurf, Codex, Gemini CLI, and more.
License
MIT
Related Servers
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Serena
A coding agent toolkit that provides an LLM with IDE-like capabilities for semantic code retrieval and editing directly in your codebase.
Text2Sim MCP Server
A multi-paradigm simulation engine for Discrete-Event and System Dynamics, enabling natural language-based simulations via MCP.
MCP Domain Availability Checker
Check domain availability directly from MCP clients using the Namecheap API.
Damn Vulnerable MCP Server
A server designed to be intentionally vulnerable for security testing and educational purposes.
PCM
A server for reverse engineering tasks using the pcm toolkit. Requires a local clone of the pcm repository.
Text Classification (Model2Vec)
A server for text classification using static embeddings from Model2Vec, supporting multiple transports like stdio and HTTP/SSE.
chuk-mcp
A Python client for the Model Context Protocol (MCP), an open standard for connecting AI assistants to external data and tools.
MCP Performance Analysis Server
A server for detecting critical performance issues in code, providing concise analysis and output.
MCP-Booster
An MCP server with CoConuT (Continuous Chain of Thought) for use with the Cursor IDE, distributed as a global NPM package.
Swagger/Postman MCP Server
Ingests and serves Swagger/OpenAPI specifications and Postman collections as MCP tools. Requires a config.json for API and authentication setup.