Skip to content
Cursor

virustotal for Cursor

io.github.burtthecoder/virustotal

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

client:Cursor transport:stdio runtime:npm

Install virustotal in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "virustotal": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@burtthecoder/mcp-virustotal"
      ],
      "env": {
        "VIRUSTOTAL_API_KEY": "<VIRUSTOTAL_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

virustotal in other clients