Virustotal
Freeby MCP Community
MCP server for VirusTotal API integration
v1.0.21Added Apr 12, 2026
mcpvirustotalsecurity
Virustotal MCP Server
MCP server for VirusTotal API integration
Installation
Reviews
Installation
Quick install
npx -y @burtthecoder/mcp-virustotal
Add to claude_desktop_config.json
{
"mcpServers": {
"virustotal": {
"command": "npx",
"args": ["-y", "@burtthecoder/mcp-virustotal"]
}
}
}