Home › Other › awesome-agent-skills-mcp

awesome-agent-skills-mcp

MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.

TypeScript
★ 25 stars Last pushed 2026-04-13 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "awesome-agent-skills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SKILLS_REPO_URL": "<YOUR_VALUE>",
        "SKILLS_CACHE_DIR": "<YOUR_VALUE>",
        "SKILLS_SYNC_INTERVAL": "<YOUR_VALUE>",
        "LOG_LEVEL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SKILLS_REPO_URL — URL of the skills repository to sync from
  • SKILLS_CACHE_DIR — Directory path for caching skills data
  • SKILLS_SYNC_INTERVAL — Auto-sync interval in minutes (0 to disable)
  • LOG_LEVEL — Logging level (debug, info, warn, error)

Related servers

Data from the Official MCP Registry