Skip to content
Cursor

awesome agent skills for Cursor

io.github.shadowrootdev/awesome-agent-skills

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

client:Cursor transport:stdio runtime:npm

Install awesome agent skills in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "awesome-agent-skills": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

awesome agent skills in other clients