ai-testing-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
ai-testing-mcp by groovy-web | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 18 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 43 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具开发者工具可观测性 | 效率工具开发者工具沟通协作 |
| 实现语言 | — | TypeScript |
| 最近提交 | 2 个月前 | 本月 |
ai-testing-mcp · 概述
全面的MCP服务器,提供AI测试、评估和质量保证的标准化方法。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
ai-testing-mcp · 使用场景
- 开发流水线中的AI模型验证和质量保证
- 针对提示注入和对抗性攻击的自动化安全测试
- AI系统的性能基准测试和优化
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
ai-testing-mcp · 安装
# 克隆仓库
git clone https://github.com/groovy-web/ai-testing-mcp.git
cd ai-testing-mcp
# 安装依赖
npm install
# 配置环境
cp .env.example .env
# 编辑您的API密钥
# 启动MCP服务器
npm start添加到Claude Desktop配置中:
{
"mcpServers": {
"ai-testing": {
"command": "node",
"args": ["/path/to/ai-testing-mcp/dist/index.js"],
"env": {
"OPENAI_API_KEY": "your-key",
"ANTHROPIC_API_KEY": "your-key"
}
}
}
}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"]
}
}
}