★ 22 stars
TypeScript
🤖 AI/LLM
Updated 9d ago
MCP server providing 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more. Works with Claude, GitHub Copilot, and any MCP client.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"shadowrootdev/awesome-agent-skills-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add awesome-agent-skills npx -y shadowrootdev/awesome-agent-skills-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"shadowrootdev/awesome-agent-skills-mcp"
]
}
}
}
📋 Copy
Topics
agent-skills ai ai-agent ai-skills anthropic automation awesome-list claude developer-tools github-copilot llm mcp mcp-server model-context-protocol opencode