Back to MCP Servers

Cve Search

A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs.

securityapi

Installation

npx -y cve-search_mcp

Configuration

{
  "mcpServers": {
    "cve-search_mcp": {
      "command": "npx",
      "args": ["-y", "cve-search_mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub