time vs mitre-attack-mcp
并排对比,帮你在这两个 MCP server 之间做选择。
time by modelcontextprotocol | mitre-attack-mcp by stoyky | |
|---|---|---|
| Stars | ★ 85,748 | ★ 40 |
| 30天用量 | — | — |
| 综合分 | 77 | 42 |
| 官方 | ✓ | — |
| 分类 | 效率工具开发者工具沟通协作 | 安全知识库 / RAG开发者工具 |
| 实现语言 | TypeScript | Python |
| 最近提交 | 本月 | 10 个月前 |
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
mitre-attack-mcp · 概述
MCP服务器提供50+种工具查询MITRE ATT&CK知识库,支持自动生成Navigator图层。
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
mitre-attack-mcp · 使用场景
- 查询特定恶意软件、战术或技术的详细信息
- 生成ATT&CK Navigator可视化图层进行威胁分析
- 发现威胁行为者与其工具之间的关系
time · 安装
安装选项
**使用 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"]
}
}
}mitre-attack-mcp · 安装
安装
要克隆并运行此服务器,您需要在计算机上安装[Git](https://git-scm.com)、[Python](https://www.python.org/)和[PipX](https://github.com/pypa/pipx)。
- 确保已使用官方安装指南安装Git、Python和PipX(适用于Windows/Mac/Linux)
- 使用PipX安装MCP服务器
pipx install git+https://github.com/stoyky/mitre-attack-mcp在Claude AI Desktop中配置
将以下内容添加到您的claude_desktop_config.json文件中:
{
"mcpServers": {
"mitre-attack": {
"command": "mitre-attack-mcp",
"args": []
}
}
}