CVE Search

v1.0.0Securitystable

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

cvemcp-servervulunhub
Share:
100
Stars
0
Downloads
0
Weekly
0/5

What is CVE Search?

CVE Search is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🐍 🏠 - 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...

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

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • 🐍 🏠 - A Model Context Protocol (MCP) server for querying the

Use Cases

CVE vulnerability lookup
Vendor and product searching
Security vulnerability tracking
roadwy

Maintainer

LicenseMIT License
Languagepython
Versionv1.0.0
UpdatedMay 15, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y cve-search

Manual Installation

npx -y cve-search

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use CVE Search

The cve-search MCP server (published as the 'cve-search' npm package) provides AI assistants with structured access to the CVE-Search API, a comprehensive vulnerability intelligence database. It exposes tools for browsing all known vendors and their products, searching CVEs by vendor/product combination, retrieving full CVE details by ID including CAPEC and CWE mappings, fetching the 30 most recently updated vulnerabilities, and checking database status. Security analysts and developers use it to perform automated threat research, audit dependencies for known vulnerabilities, and integrate real-time CVE data into AI-powered security workflows.

Prerequisites

  • Python 3.10 or higher installed
  • uv package manager installed (pip install uv)
  • Access to a CVE-Search API instance (self-hosted or a public endpoint)
  • An MCP-compatible client such as Claude Desktop, Cline, or Roo Code
1

Clone the repository

Clone the cve-search_mcp repository from GitHub to get the Python server code.

git clone https://github.com/roadwy/cve-search_mcp.git
cd cve-search_mcp
2

Install dependencies with uv

Use uv to install all Python dependencies declared in the project lockfile.

uv sync
3

Verify the server starts correctly

Run the server once manually to confirm there are no import errors or missing dependencies before connecting it to an MCP client.

uv run main.py
4

Add the server to your MCP client configuration

Open your claude_desktop_config.json and add the cve-search entry. Replace /path/to/cve-search_mcp with the actual directory where you cloned the repo.

{
  "mcpServers": {
    "cve-search": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/cve-search_mcp",
        "run",
        "main.py"
      ],
      "disabled": false,
      "autoApprove": []
    }
  }
}
5

Restart your MCP client

Restart Claude Desktop or whichever MCP client you are using so it loads the new configuration and connects to the CVE-Search server.

CVE Search Examples

Client configuration

Complete claude_desktop_config.json entry for the cve-search MCP server. Update the directory path to your local clone.

{
  "mcpServers": {
    "cve-search": {
      "command": "uv",
      "args": [
        "--directory",
        "/Users/yourname/cve-search_mcp",
        "run",
        "main.py"
      ]
    }
  }
}

Prompts to try

Use these prompts after connecting to perform real vulnerability research through your AI assistant.

- "List all vendors available in the CVE-Search database."
- "Show me all products from vendor 'nginx'."
- "Find CVEs affecting nginx HTTP server."
- "Get the full details for CVE-2021-44228 including CWE and CAPEC data."
- "What are the 30 most recently updated CVEs?"
- "What is the current status of the CVE-Search database and when was it last updated?"

Troubleshooting CVE Search

uv is not found when the MCP client tries to start the server

Install uv with 'pip install uv' and ensure it is on your system PATH. You can verify with 'which uv' on macOS/Linux or 'where uv' on Windows.

CVE queries return empty results or connection errors

The server relies on a reachable CVE-Search API. If you are running a self-hosted instance, confirm it is running and the host/port are correct in the server's configuration. Public CVE-Search endpoints may have rate limits.

The server shows 'tools not found' in the MCP client

Ensure the --directory path in your config points to the folder containing main.py (not a parent directory). After editing the config, fully quit and relaunch the MCP client application.

Frequently Asked Questions about CVE Search

What is CVE Search?

CVE Search is a Model Context Protocol (MCP) server that 🐍 🏠 - 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. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install CVE Search?

Install via npm with the command: npx -y cve-search. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with CVE Search?

CVE Search works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is CVE Search free to use?

Yes, CVE Search is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

CVE Search Alternatives — Similar Security Servers

Looking for alternatives to CVE Search? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use CVE Search?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides