HomeSecurity › mcp-virustotal

mcp-virustotal

MCP server for querying VirusTotal API with comprehensive security analysis tools.

TypeScript Cloud Windows
★ 150 stars Last pushed 2026-09-08 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.17)

npx -y @burtthecoder/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-virustotal": {
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/[email protected]"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • VIRUSTOTAL_API_KEY required secret — Your VirusTotal API key

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry