io.github.shadowrootdev/awesome-agent-skills MCP Server
io.github.shadowrootdev/awesome-agent-skills
What is the io.github.shadowrootdev/awesome-agent-skills MCP server?
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
How to install io.github.shadowrootdev/awesome-agent-skills
Copy-paste configuration for popular MCP clients.
SKILLS_REPO_URLURL of the skills repository to sync from
SKILLS_CACHE_DIRDirectory path for caching skills data
SKILLS_SYNC_INTERVALAuto-sync interval in minutes (0 to disable)
LOG_LEVELLogging level (debug, info, warn, error)
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"servers": {
"awesome-agent-skills": {
"type": "stdio",
"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>"
}
}
}
}claude mcp add awesome-agent-skills --env SKILLS_REPO_URL=<YOUR_SKILLS_REPO_URL> --env SKILLS_CACHE_DIR=<YOUR_SKILLS_CACHE_DIR> --env SKILLS_SYNC_INTERVAL=<YOUR_SKILLS_SYNC_INTERVAL> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y awesome-agent-skills-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.