mcp-server-chart vs mcp-virustotal
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-virustotal by BurtTheCoder | |
|---|---|---|
| Stars | ★ 4,068 | ★ 125 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-virustotal · Summary
MCP server for VirusTotal API providing comprehensive security analysis tools with automatic relationship data fetching.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
mcp-virustotal · Use cases
- Security researchers can analyze URLs, files, IPs, and domains for potential threats
- Developers can integrate security checks into their applications using VirusTotal data
- Security operations teams can automate threat intelligence gathering and analysis workflows
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}mcp-virustotal · Install
Installation
Claude Desktop
claude mcp add --transport stdio --env VIRUSTOTAL_API_KEY=your-key virustotal -- npx -y @burtthecoder/mcp-virustotalConfiguration
Add to Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"virustotal": {
"command": "mcp-virustotal",
"env": {
"VIRUSTOTAL_API_KEY": "your-virustotal-api-key"
}
}
}
}Manual Installation
npm install -g @burtthecoder/mcp-virustotal