Best for
- Security operations, vulnerability-management, and DevSecOps teams.
- Claude users who need aggregated security data from multiple public sources.
- Teams that want to start with key-free tools and add API credentials progressively.
This is a broad vulnerability-management and security-intelligence MCP server with 28 tools, 24 data sources, a triage_cve orchestrator, local caching, audit logging, and private-IP blocking. The README contains an MIT-versus-repository-metadata Apache-2.0 license inconsistency, so the actual LICENSE file should be checked before adoption.
CVE MCP Server is a Python and FastMCP security-intelligence MCP server that gives Claude access to CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, exploit intelligence, IP intelligence, malware data, dependency scanning, and risk reporting. Its triage_cve orchestrator aggregates multiple sources in parallel and computes a composite risk score with a CISA KEV hard override.
Python 3.10+, pip or uv, and Git are required. Clone the repository, create a virtual environment in the repository root, run pip install -e ., and start it with python -m cve_mcp.server. Optionally copy .env.example to configure environment variables. Claude Desktop uses an absolute cwd path; Claude Code can use claude mcp add cve-mcp -- python -m cve_mcp.server.
{"mcpServers":{"cve-mcp":{"command":"python","args":["-m","cve_mcp.server"],"cwd":"/absolute/path/to/cve-mcp-server","env":{"NVD_API_KEY":"your-key-here","GITHUB_TOKEN":"ghp_xxxxxxxxxxxxxxxxxxxx","ABUSEIPDB_KEY":"your-abuseipdb-key","GREYNOISE_API_KEY":"your-greynoise-key","SHODAN_KEY":"your-shodan-key"}}}}