Back to MCP Servers
🔌

roadwy/cve-search_mcp

MIT

🐍 🏠 - 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 update

PythonSearch

Install

npx -y roadwy-cve-search-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "roadwy-cve-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "roadwy-cve-search-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.