This MCP server provides access to over 100 curated AI agent skills from various organizations, enabling AI assistants to perform specialized tasks.
From the registry: MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.
Please install the `awesome-agent-skills` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 20+** — Required to run awesome-agent-skills-mcp via npx. (https://nodejs.org)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["awesome-agent-skills-mcp"]
- optional environment variables:
- `SKILLS_REPO_URL`: Skills repository URL. (example: `https://github.com/VoltAgent/awesome-agent-skills.git`)
- `SKILLS_CACHE_DIR`: Cache directory path. (example: `.cache`)
- `SKILLS_SYNC_INTERVAL`: Auto-sync interval in minutes (0 to disable). (example: `60`)
- `LOG_LEVEL`: Logging level (debug, info, warn, error). (example: `info`)
Note: Serves 100+ AI agent skills from the VoltAgent Awesome Agent Skills repo.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.SKILLS_REPO_URLrequiredSkills repository URL.LOG_LEVELrequiredLogging level (debug, info, warn, error).AI Agents Framework with Self Reflection and MCP support