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
Cloudflare Remote MCP Server
An example of deploying a customizable, remote MCP server on Cloudflare Workers without authentication.
Figma (Oficial)
The Figma MCP server brings Figma directly into your workflow by providing important design information and context to AI agents generating code from Figma design files.
AI Sessions
Searching and access your AI coding sessions from Claude Code, Gemini CLI, opencode, and OpenAI Codex.
Template MCP Server
A CLI template for quickly bootstrapping an MCP server with FastMCP, supporting both stdio and HTTP transport.
Feature Discussion
An AI-powered server that facilitates feature discussions between developers and AI, acting as a lead developer to guide implementation and architectural decisions.
MCPStore
An enterprise-grade MCP tool management solution for simplifying AI Agent tool integration, service management, and system monitoring.
Helm MCP
MCP server to work with Helm charts
Dify Workflows
An MCP server for executing Dify workflows, configured via environment variables or a config file.
Figma
Integrate Figma design data with AI coding tools using a local MCP server.
OpenFGA
An MCP server for managing authorization models with OpenFGA, an open-source authorization system.