nessus_mcp_server

r00tkit77/nessus_mcp_server
★ 3 stars Python 🔒 Security Updated 4d ago
A vulnerability management system using the Model Context Protocol (MCP). It integrates Tenable Nessus for scanning, enriches vulnerabilities using NVD, correlates with CISA KEV for exploitation intelligence, maps findings to asset ownership via a CMDB, and automates reporting through email notifications.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nessus_mcp_server": {
      "command": "uvx",
      "args": [
        "nessus-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install nessus-mcp-server