Security
Trust: 47/100 (Fair)io.github.BurtTheCoder/virustotal Guide
MCP server for querying VirusTotal API with comprehensive security analysis tools.
112 starsby BurtTheCoder
Quick Start
Install
npx @burtthecoder/mcp-virustotalClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-burtthecoder-virustotal": {
"command": "npx",
"args": [
"@burtthecoder/mcp-virustotal"
]
}
}
}