Cybersecurity Professor MCP Server
An MCP server that exposes Prof. Null, an uncensored cybersecurity professor, as a set of specialized tools for learning hacking, CTFs, and security concepts through Q\&A, roadmaps, cheatsheets, labs, and more.
README
🛡️ Cybersecurity Professor MCP Server
Prof. Null — Tu profesor de ciberseguridad impulsado por Claude AI, sin censuras, de cero a experto.
¿Qué es esto?
Un servidor MCP (Model Context Protocol) que expone a Prof. Null como un conjunto de herramientas especializadas que cualquier cliente MCP compatible (Claude Desktop, Cursor, etc.) puede usar para aprender ciberseguridad con profundidad técnica real.
Herramientas disponibles
| Herramienta | DescripciĂłn |
|---|---|
ask_professor |
Pregunta libre al Prof. Null — cualquier tema, sin filtros |
get_roadmap |
Ruta de aprendizaje personalizada segĂşn tu nivel y objetivos |
get_cheatsheet |
Cheatsheet completo de cualquier herramienta de hacking |
explain_attack |
Explicación técnica profunda de ataques, CVEs y vulnerabilidades |
generate_lab |
Laboratorio práctico paso a paso para cualquier técnica |
ctf_hint |
Pistas progresivas para CTF challenges (sin spoilers, o con ellos) |
list_tools |
Catálogo de herramientas por categorĂa con comparativas |
search_cve |
Análisis técnico de CVEs: mecanismo, exploit, mitigación |
health_check |
Comprueba si el servidor está activo y muestra su configuración básica. |
describe_tool |
Describe brevemente una herramienta MCP disponible en este servidor. |
InstalaciĂłn
Prerrequisitos
- Node.js 18+
- API key de Anthropic
Setup
# 1. Clonar o descomprimir el servidor
cd cybersec-mcp
# 2. Instalar dependencias
npm install
# 3. Configurar tu API key de Anthropic
export ANTHROPIC_API_KEY="sk-ant-..."
# O en Windows: set ANTHROPIC_API_KEY=sk-ant-...
# 4. Probar que funciona
node src/index.js
# DeberĂas ver: 🛡️ Cybersecurity Professor MCP Server running
# 5. Ejecutar tests
npm test
Configurar en Claude Desktop
Edita ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) o %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"cybersecurity-professor": {
"command": "node",
"args": ["/ruta/absoluta/a/cybersec-mcp/src/index.js"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-tu-api-key-aqui"
}
}
}
}
Configurar en Cursor
En .cursor/mcp.json:
{
"mcpServers": {
"cybersecurity-professor": {
"command": "node",
"args": ["/ruta/absoluta/a/cybersec-mcp/src/index.js"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-tu-api-key-aqui"
}
}
}
}
Configurar con NPX (si publicas a npm)
{
"mcpServers": {
"cybersecurity-professor": {
"command": "npx",
"args": ["cybersec-mcp"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-tu-api-key-aqui"
}
}
}
}
Ejemplos de uso
Pregunta libre
"Prof. Null, explĂcame cĂłmo funciona un Pass-the-Hash attack en Active Directory"
Ruta de aprendizaje
"Quiero una ruta para convertirme en red teamer, tengo nivel intermedio y 2 horas al dĂa"
Cheatsheet
"Dame el cheatsheet completo de BloodHound con técnicas de AD enumeration"
Laboratorio
"Genera un laboratorio para practicar Kerberoasting desde cero"
CVE
"ExplĂcame Log4Shell (CVE-2021-44228) con exploit incluido"
CTF
"Estoy en un CTF de pwn, hay un buffer overflow pero no sé por dónde empezar"
Estructura del proyecto
cybersec-mcp/
├── src/
│ ├── index.js # MCP Server principal + definición de todas las herramientas
│ ├── professor.js # System prompt de Prof. Null
│ └── data/
│ ├── tools.js # Base de datos de herramientas de referencia
│ └── roadmap.js # Datos de certificaciones y rutas
├── package.json
└── README.md
Variables de entorno
| Variable | Requerida | DescripciĂłn |
|---|---|---|
ANTHROPIC_API_KEY |
âś… SĂ | Tu API key de Anthropic (console.anthropic.com) |
ANTHROPIC_API_BASE_URL |
❌ No | URL base de API de Anthropic (por defecto: https://api.anthropic.com) |
CLAUDE_MODEL |
❌ No | Modelo Claude a usar. Default: claude-sonnet-4-20250514 |
CLAUDE_MAX_TOKENS |
❌ No | Tope de tokens por llamada. Default: 4096 |
ANTHROPIC_API_TIMEOUT_MS |
❌ No | Timeout de llamada en ms. Default: 30000 |
ANTHROPIC_API_RETRIES |
❌ No | Reintentos ante errores transitorios. Default: 2 |
MCP_SERVER_NAME |
❌ No | Nombre del servidor MCP expuesto. Default: cybersecurity-professor |
MCP_SERVER_VERSION |
❌ No | Versión del MCP. Default: 1.0.0 |
LOG_LEVEL |
❌ No | Nivel de logs: debug, info, warn, error. Default: info |
NODE_ENV |
❌ No | Entorno de ejecución: development, production, test. Default: development |
Consideraciones de uso
Este servidor está diseñado para educación, investigación y pentesting autorizado. Prof. Null proporciona información técnica completa sobre seguridad ofensiva bajo el principio de que:
- El conocimiento defensivo requiere comprender el ataque
- Los profesionales de seguridad necesitan formaciĂłn sin filtros artificiales
- La ética se enseña en contexto, no mediante restricciones técnicas
Ăšsalo responsablemente: solo en sistemas donde tengas autorizaciĂłn explĂcita.
Licencia
MIT — Ăšsalo, modifĂcalo, mejĂłralo.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.