nvd-mcp-server

Alig1493/nvd-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
MCP server for the NIST National Vulnerability Database — lets AI assistants search CVEs by keyword, severity, CPE, CWE, KEV status, and date range via natural language.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

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

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that lets AI assistants like Claude, Cursor, and Gemini search the [National Vulnerability Database (NVD)](https://nvd.nist.gov/) for security vulnerabilities and their change history — in plain English, no API knowledge required.

Tools (20)

NVD_API_KEYNVD_CVE_HISTORY_URLNVD_CVE_URLRETRY_MAX_DURATIONTOTAL_TIMEOUTcommandcpe_namecve_idcve_tagcvss_v2_severitycvss_v3_metricscvss_v3_severitycwe_idevent_namehas_kevis_vulnerablekeyword_exact_matchkeyword_searchno_rejectedresults_per_page

Topics

ai-toolscvecve-searchcybersecurityfastmcpmcpmcp-servermodel-context-protocolnistnvdpythonsecuritysecurity-toolsvulnerabilityvulnerability-databases