★ 196 stars
Python
🔒 Security
Updated today
Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS scoring, CISA KEV, MITRE ATT&CK, Shodan, VirusTotal, and more.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"cve-mcp-server": {
"command": "uvx",
"args": [
"cve-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add cve-mcp-server uvx cve-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"cve-mcp-server": {
"command": "uvx",
"args": [
"cve-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install cve-mcp-server
Topics
cisa-kev claude-ai cve cybersecurity devsecops epss fastmcp mcp mitre-attack model-context-protocol nvd osv python security shodan