MCP server for VirusTotal API — analyze URLs, files, IPs, and domains with comprehensive security reports, relationship analysis, and pagination support.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-virustotal": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-virustotal"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-virustotal npx -y BurtTheCoder/mcp-virustotal
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-virustotal": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-virustotal"
]
}
}
}
📋 Copy