mcp-virustotal vs time
并排对比,帮你在这两个 MCP server 之间做选择。
mcp-virustotal by BurtTheCoder | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 125 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 49 | 77 |
| 官方 | — | ✓ |
| 分类 | 安全开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | TypeScript | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
mcp-virustotal · 概述
VirusTotal API 的 MCP 服务器,提供具有自动关系数据获取功能的安全分析工具。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mcp-virustotal · 使用场景
- 安全研究人员可以分析 URL、文件、IP 和域名以发现潜在威胁
- 开发人员可以将安全检查集成到应用程序中使用 VirusTotal 数据
- 安全运维团队可以自动化威胁情报收集和分析工作流程
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mcp-virustotal · 安装
安装
Claude Desktop
claude mcp add --transport stdio --env VIRUSTOTAL_API_KEY=your-key virustotal -- npx -y @burtthecoder/mcp-virustotal配置
添加到 Claude Desktop 配置文件 (claude_desktop_config.json):
{
"mcpServers": {
"virustotal": {
"command": "mcp-virustotal",
"env": {
"VIRUSTOTAL_API_KEY": "your-virustotal-api-key"
}
}
}
}手动安装
npm install -g @burtthecoder/mcp-virustotaltime · 安装
安装选项
**使用 uv(推荐):**
uvx mcp-server-time**使用 PIP:**
pip install mcp-server-time
python -m mcp_server_time**为 Claude Desktop 配置:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}