awesome-agent-skills (MCP Server)

GitHub

Tutorials, Guides and Agent Skills Directories

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-agent-skills"
      ]
    }
  }
}