Search and audit CVEs by keyword, severity, CWE, CISA KEV status, and CPE via the NIST National Vulnerability Database. STDIO or Streamable HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nist-nvd-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/nist-nvd-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add nist-nvd-mcp-server npx -y cyanheads/nist-nvd-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"nist-nvd-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/nist-nvd-mcp-server"
]
}
}
}