Awesome Agent Skills
Rank #7810io.github.shadowrootdev/awesome-agent-skills
Provides access to over 100 curated AI agent skills from organizations like Anthropic, Vercel, and Hugging Face. It enables AI assistants to perform specialized tasks including document processing, security analysis, and web development through a standardized interface.
Awesome Agent Skills is a Model Context Protocol (MCP) server published by shadowrootdev. It ranks #7810 of 58,832 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Awesome Agent Skills is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 2, 2026 and most recently updated on Feb 3, 2026.
Ranks ahead of 51,022 of 58,832 servers on MCP Toplist.
Use Awesome Agent Skills
Add Awesome Agent Skills to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "<your SKILLS_REPO_URL>",
"SKILLS_CACHE_DIR": "<your SKILLS_CACHE_DIR>",
"SKILLS_SYNC_INTERVAL": "<your SKILLS_SYNC_INTERVAL>",
"LOG_LEVEL": "<your LOG_LEVEL>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
shadowrootdev
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Feb 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is Awesome Agent Skills?
- Provides access to over 100 curated AI agent skills from organizations like Anthropic, Vercel, and Hugging Face. It enables AI assistants to perform specialized tasks including document processing, security analysis, and web development through a standardized interface.
- Who maintains Awesome Agent Skills?
- Awesome Agent Skills is maintained by shadowrootdev, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Awesome Agent Skills an official MCP server?
- Yes — Awesome Agent Skills is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Awesome Agent Skills have?
- MCP Toplist tracks 2 versions of Awesome Agent Skills, most recently published on Feb 3, 2026.
- Where can I find the source code for Awesome Agent Skills?
- The source code for Awesome Agent Skills is hosted at github.com/shadowrootdev/awesome-agent-skills-mcp.