awesome-agent-skills-mcp
by shadowrootdev·★ 23·Score 43
MCP server providing 100+ AI agent skills from top organizations including Anthropic, Vercel, and Hugging Face.
Overview
This MCP server transforms AI assistants into specialized experts by providing access to curated skills from leading organizations. It auto-syncs with the VoltAgent repository to keep skills updated and works with multiple MCP clients including Claude and GitHub Copilot. The server features intelligent caching, type-safe implementation, and supports easy configuration across different platforms.
Try asking AI
After installing, here are 6 things you can ask your AI assistant:
When to choose this
Choose this server when you want to quickly enhance your AI agents with a wide variety of pre-built skills from industry leaders without implementing each one manually.
When NOT to choose this
Don't choose this server if you need highly specialized skills not included in the curated collection, or if you need tight integration with custom authentication systems.
Tools this server exposes
4 tools extracted from the READMElist_skillsList all available skills with optional filtering
get_skillGet detailed information about a specific skill
invoke_skillInvoke a skill with optional parameters
refresh_skillsManually trigger a skills refresh from the repository
Comparable tools
Installation
Installation
Quick Start
npx awesome-agent-skills-mcpGlobal Installation
npm install -g awesome-agent-skills-mcp
awesome-agent-skills-mcpClaude Desktop Configuration
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": ["awesome-agent-skills-mcp"]
}
}
}VS Code / GitHub Copilot Configuration
Create or update .vscode/mcp.json in your project:
{
"servers": {
"awesome-agent-skills": {
"command": "npx",
"args": ["awesome-agent-skills-mcp"]
}
}
}FAQ
- How do I update skills manually?
- You can use the `refresh_skills` MCP tool to manually trigger a skills refresh from the repository.
- Which AI clients are supported?
- The server works with Claude, GitHub Copilot, OpenCode, and any other MCP-compatible client.
- Can I add custom skills?
- Currently, the server only provides skills from the curated VoltAgent repository, but custom skill support may be added in future versions.
Compare awesome-agent-skills-mcp with
Last updated · Auto-generated from public README + GitHub signals.