SOCTeam-ai/nvd-cve-mcp-server
Platform-specific configuration:
{
"mcpServers": {
"nvd-cve-mcp-server": {
"command": "npx",
"args": [
"-y",
"nvd-cve-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/nvd-cve-mcp-server) [](https://opensource.org/licenses/MIT)
A Model Context Protocol (MCP) server for retrieving and displaying CVE vulnerability information from the National Vulnerability Database (NVD). Features dual data sources with NVD API and web scraping fallback.
No installation required! Use directly with npx:
{
"mcpServers": {
"nvd-cve": {
"command": "npx",
"args": ["-y", "nvd-cve-mcp-server"]
}
}
}npm install -g nvd-cve-mcp-servernpm install nvd-cve-mcp-serverConfigure in Claude Desktop or other MCP-compatible applications:
macOS/Linux (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"nvd-cve": {
"command": "npx",
"args": ["-y", "nvd-cve-mcp-server"]
}
}
}Windows (%APPDATA%\Claude\claude_desktop_config.json):
{
"mcpServers": {
"nvd-cve": {
"command": "npx",
"args": ["-y", "nvd-cve-mcp-server"]
}
}
}npm startRetrieve detailed information for a specific CVE.
Parameters:
cve_id (requirLoading reviews...