Virustotal
Rank #5,907io.github.BurtTheCoder/virustotal
MCP server providing virustotal capabilities
Virustotal is a Model Context Protocol (MCP) server published by w0h1v. It ranks #5,907 of 115,591 servers tracked on MCP Toplist, and its repository has 149 GitHub stars. Virustotal is listed across 4 registries — Official MCP, PulseMCP, mcp.so and Glama, with 2 tracked versions. It was first listed on Dec 13, 2024 and most recently updated on Mar 3, 2026.
Ranks ahead of 109,684 of 115,591 servers on MCP Toplist.
Use Virustotal
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add virustotal -e "VIRUSTOTAL_API_KEY=<your VIRUSTOTAL_API_KEY>" -- npx -y @burtthecoder/mcp-virustotalReplace each placeholder with your own value before saving.
[mcp_servers.virustotal]
command = "npx"
args = ["-y", "@burtthecoder/mcp-virustotal"]
[mcp_servers.virustotal.env]
VIRUSTOTAL_API_KEY = "<your VIRUSTOTAL_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virustotal": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "<your VIRUSTOTAL_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virustotal": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "<your VIRUSTOTAL_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"virustotal": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "<your VIRUSTOTAL_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virustotal": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "<your VIRUSTOTAL_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"virustotal": {
"command": "npx",
"args": [
"-y",
"@burtthecoder/mcp-virustotal"
],
"env": {
"VIRUSTOTAL_API_KEY": "<your VIRUSTOTAL_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.BurtTheCoder%2Fvirustotal)<a href="https://mcptoplist.com/server/io.github.BurtTheCoder%2Fvirustotal"><img src="https://mcptoplist.com/badge/io.github.BurtTheCoder%2Fvirustotal.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
w0h1v
Other servers by w0h1v
View all w0h1v servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.17 | Mar 3, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Virustotal?
- Virustotal is maintained by w0h1v, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Virustotal listed on the Official MCP Registry?
- Yes — Virustotal is listed on the Official MCP Registry, alongside PulseMCP, mcp.so and Glama.
- How many versions does Virustotal have?
- MCP Toplist tracks 2 versions of Virustotal, most recently published on Mar 3, 2026.
- Where can I find the source code for Virustotal?
- The source code for Virustotal is hosted at github.com/w0h1v/mcp-virustotal.