Back to MCP Servers
🔌

BurtTheCoder/mcp-virustotal

MITAPI key required

📇 🪟 ☁️ - MCP server for querying the VirusTotal API. This server provides tools for scanning URLs, analyzing file hashes, and retrieving IP address reports.

TypeScriptFiles

Install

npx -y -y @burtthecoder/mcp-virustotal

Required environment variables

VIRUSTOTAL_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "burtthecoder-mcp-virustotal": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@burtthecoder/mcp-virustotal"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<YOUR_VIRUSTOTAL_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.