Skip to content
Claude Desktop

awesome agent skills for Claude Desktop

io.github.shadowrootdev/awesome-agent-skills

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

client:Claude Desktop transport:stdio runtime:npm

Install awesome agent skills in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "awesome-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-agent-skills-mcp"
      ],
      "env": {
        "SKILLS_REPO_URL": "<SKILLS_REPO_URL>",
        "SKILLS_CACHE_DIR": "<SKILLS_CACHE_DIR>",
        "SKILLS_SYNC_INTERVAL": "<SKILLS_SYNC_INTERVAL>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

awesome agent skills in other clients