Awesome Agent Skills MCP Server
Rank #7804io.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 MCP Server is a Model Context Protocol (MCP) server published by shadowrootdev. It ranks #7804 of 58,832 servers tracked on MCP Toplist, and its repository has 23 GitHub stars. Awesome Agent Skills MCP Server 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,028 of 58,832 servers on MCP Toplist.
Use Awesome Agent Skills MCP Server
Add Awesome Agent Skills MCP Server 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 MCP Server?
- 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 MCP Server?
- Awesome Agent Skills MCP Server is maintained by shadowrootdev, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Awesome Agent Skills MCP Server an official MCP server?
- Yes — Awesome Agent Skills MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Awesome Agent Skills MCP Server have?
- MCP Toplist tracks 2 versions of Awesome Agent Skills MCP Server, most recently published on Feb 3, 2026.
- Where can I find the source code for Awesome Agent Skills MCP Server?
- The source code for Awesome Agent Skills MCP Server is hosted at github.com/shadowrootdev/awesome-agent-skills-mcp.