io.github.shadowrootdev/awesome-agent-skills
Quality Score
81
/100
MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "https://github.com/VoltAgent/awesome-agent-skills.git",
"SKILLS_CACHE_DIR": ".cache",
"SKILLS_SYNC_INTERVAL": "60",
"LOG_LEVEL": "info"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"awesome-agent-skills-mcp"
],
"env": {
"SKILLS_REPO_URL": "https://github.com/VoltAgent/awesome-agent-skills.git",
"SKILLS_CACHE_DIR": ".cache",
"SKILLS_SYNC_INTERVAL": "60",
"LOG_LEVEL": "info"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y awesome-agent-skills-mcp§02 Environment variables
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)
§03 MCP Quality Score · methodology
freshness
21
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in AI & LLMs
OpenAI Tools MCP Server
ai.com.mcp/openai-tools
Focused MCP server for OpenAI image/audio generation (v2.0.0). Wraps endpoints via HAPI CLI.
ai.llmse/mcp
ai.llmse/mcp
Public MCP server for the LLM Search Engine
Perplexity API Platform
ai.perplexity/mcp-server
Real-time web search, reasoning, and research through Perplexity's API