Skip to content

Virustotal

Free

by MCP Community

MCP server for VirusTotal API integration

v1.0.21Added Apr 12, 2026
mcpvirustotalsecurity
Works with:ClaudeGPTGeminiCopilot

Virustotal MCP Server

MCP server for VirusTotal API integration

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @burtthecoder/mcp-virustotal
Add to claude_desktop_config.json
{
  "mcpServers": {
    "virustotal": {
      "command": "npx",
      "args": ["-y", "@burtthecoder/mcp-virustotal"]
    }
  }
}