Nessus MCP Server

Nessus MCP Server

Enables natural language interaction with Tenable Nessus for vulnerability scans, policy management, and report generation.

Category
Visit Server

README

Nessus MCP Server for Claude Desktop

An implementation of the Model Context Protocol (MCP) that allows Claude Desktop to interact directly with Tenable Nessus. Perform vulnerability scans, list policies, and generate security reports using natural language.

✨ Key Features

  • Natural Language Security: Ask Claude to "Run a basic network scan on 192.168.1.0/24."
  • Automated Reporting: Generate and retrieve PDF vulnerability reports via chat.
  • Dockerized Architecture: Easy deployment with a pre-configured Docker environment.
  • Security First: Local-only communication using host.docker.internal to keep your scan data private.

🛠️ Technology Stack

  • Language: Python 3.11+
  • Interface: Model Context Protocol (MCP)
  • API: Tenable Nessus JSON API
  • Containerization: Docker

📋 Prerequisites

  • Docker Desktop (Running).
  • Nessus Essentials (Installed on host).
  • Claude Desktop (Installed).

🚀 Quick Start

  1. Clone the repo: git clone https://github.com/samtesura/nessus-mcp-server.git
  2. Setup Config: Copy nessus_mcp_config.json.example to nessus_mcp_config.json and add your Nessus API keys.
  3. Build: Run .\scripts/build-docker.ps1
  4. Integrate: Add the server configuration to your claude_desktop_config.json.

Note: For full step-by-step instructions, see the Installation Guide.

🧪 Usage Examples

  • "List my current Nessus scans."
  • "What is the status of the 'Web App' scan?"
  • "Create a new scan for 10.0.0.5 using the Basic Network Scan policy."

Technical summary

The Challenge

Nessus is a powerful vulnerability scanner, but managing it often requires navigating a complex web UI or writing custom scripts for the JSON API. Integrating these capabilities directly into an AI’s context window requires a bridge that handles authentication, networking, and structured data exchange.

The Solution

This project implements a dedicated MCP Server that acts as an intelligent intermediary between Claude Desktop and a local Nessus Essentials instance. It features:

  • Robust Containerization: A Docker-based deployment that uses host.docker.internal to securely bridge the gap between the isolated container and the host-running Nessus service.

  • Automated Security Workflows: Logic for launching scans, monitoring progress, and automatically exporting vulnerability summaries in PDF format.

  • Error-Resilient Design: Optimized PowerShell build scripts and a simplified Dockerfile to ensure seamless setup on Windows environments.

Impact

By abstracting the Nessus API into natural language tools, security analysts can perform comprehensive network audits ("Scan 192.168.1.0/24 and summarize the findings") without leaving their primary research environment.

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured