
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@xu-c0/cybersec-mcp
Advanced tools
MCP server with 323 cybersecurity prompts and 7 scenario workflows. Drops into Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients.
MCP server with 323 cybersecurity prompts and 7 chained workflows. Lets MCP-compatible clients (Claude Desktop, Claude Code, Cursor) call cybersecurity tools instead of asking users to copy-paste prompts.
This is the npm package. The main repo lives at github.com/xu-c0/cybersec-mcp.
npx -y @xu-c0/cybersec-mcp
Claude Desktop / Claude Code / Cursor — paste into the relevant mcp.json:
{
"mcpServers": {
"cybersec": {
"command": "npx",
"args": ["-y", "@xu-c0/cybersec-mcp"]
}
}
}
Client-specific paths in examples/.
| Tool | What it does |
|---|---|
cybersec_list_categories | Lists the 8 prompt categories with counts. Call first to orient. |
cybersec_list_prompts | Filters prompts by category, skill level, or free-text search. Returns up to 50 summaries. |
cybersec_get_prompt | Fetches a single prompt by id, substituting variables. Reports unfilled variables. |
cybersec_list_scenarios | Lists the 7 scenario workflows and their variables. |
cybersec_get_scenario | Returns a full workflow with every phase's prompt customized to the supplied variables. |
red-team · blue-team · soc-ops · cloud-security · osint · grc · vuln-analysis · ai-security
Full breakdown and MITRE ATT&CK mapping in the main README and ATTACK_MATRIX.md.
git clone https://github.com/xu-c0/cybersec-mcp.git
cd cybersec-mcp/mcp
npm install
npm run build
node dist/index.js
npm run sync-data regenerates src/data/*.json from web-app/js/*.js — run after editing prompts.
MIT. For authorized security testing, defensive operations, security research, and education only.
FAQs
MCP server with 323 cybersecurity prompts and 7 scenario workflows. Drops into Claude Desktop, Claude Code, Cursor, and other MCP-compatible clients.
The npm package @xu-c0/cybersec-mcp receives a total of 30 weekly downloads. As such, @xu-c0/cybersec-mcp popularity was classified as not popular.
We found that @xu-c0/cybersec-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.