Anthropic-Cybersecurity-Skills (MCP Server)

GitHub

817 structured cybersecurity skills for AI agents · Mapped to 6 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND, NIST AI RMF & MITRE F3 (Fight Fraud) · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platforms · 29 security domains · Apache 2.0

Claude Desktop Configuration

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

{
  "mcpServers": {
    "Anthropic-Cybersecurity-Skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-Anthropic-Cybersecurity-Skills"
      ]
    }
  }
}