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
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Databutton App MCP
Call your Databutton app endpoints as LLM tools with MCP.
OpenDia
An open-source server that exposes browser functions via MCP, allowing AI models to interact with browser capabilities.
MCP Bridge
A proxy server that enables existing REST APIs to be used as Model Context Protocol (MCP) servers.
Aider MCP Server
An MCP server for offloading AI coding tasks to Aider, enhancing development efficiency and flexibility.
Verilator MCP Server
An MCP server for Verilator providing RTL simulation, automatic testbench generation, and natural language query capabilities.
symbolica-mcp
A scientific computing server for symbolic math, data analysis, and visualization using popular Python libraries like NumPy, SciPy, and Pandas.
Hyperliquid
Interact with the Hyperliquid decentralized exchange by integrating its SDK.
MCP Server with Ollama Integration
An MCP server that integrates with Ollama to provide tools for file operations, calculations, and text processing. Requires a running Ollama instance.
Chainlink Feeds
Provides real-time access to Chainlink's decentralized on-chain price feeds.
Gemini CLI RAG MCP
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.