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
By roadwy
Installation
npx -y cve-search_mcpConfiguration
{
"mcpServers": {
"cve-search_mcp": {
"command": "npx",
"args": ["-y", "cve-search_mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes