awesome-agent-skills
About
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
SKILLS_REPO_URL SKILLS_CACHE_DIR SKILLS_SYNC_INTERVAL LOG_LEVELClaude Code
claude mcp add --env SKILLS_REPO_URL= --env SKILLS_CACHE_DIR= --env SKILLS_SYNC_INTERVAL= --env LOG_LEVEL= awesome-agent-skills -- npx awesome-agent-skills-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"awesome-agent-skills","command":"npx","args":["awesome-agent-skills-mcp"],"env":{"SKILLS_REPO_URL":"","SKILLS_CACHE_DIR":"","SKILLS_SYNC_INTERVAL":"","LOG_LEVEL":""}}'
JSON
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "",
"SKILLS_CACHE_DIR": "",
"SKILLS_SYNC_INTERVAL": "",
"LOG_LEVEL": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.