A Model Context Protocol (MCP) server that gives Claude real-time cybersecurity reconnaissance capabilities — WHOIS, DNS enumeration, port scanning, SSL inspection, and tech stack detection.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cybersecurity-mcp-se": {
"command": "uvx",
"args": [
"cybersecurity-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cybersecurity-mcp-se uvx cybersecurity-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cybersecurity-mcp-se": {
"command": "uvx",
"args": [
"cybersecurity-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install cybersecurity-mcp-server