ai-agent-mcp vs time
并排对比,帮你在这两个 MCP server 之间做选择。
ai-agent-mcp by alexey-tyurin | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 4 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 33 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具安全开发者工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 13 个月前 | 本月 |
ai-agent-mcp · 概述
利用OpenAI API并通过Google ADK和MCP协议实现的AI内容审核系统。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
ai-agent-mcp · 使用场景
- 确保教育平台与AI导师互动合适
- 防止客服机器人被滥用同时保持服务友好性
- 内容生成工具过滤不当创意内容请求
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
ai-agent-mcp · 安装
安装步骤
- 克隆仓库:
git clone https://github.com/alexey-tyurin/ai-agent-mcp.git
cd ai-agent-mcp- 创建并激活虚拟环境:
python -m venv venv
source venv/bin/activate # 在Windows上使用: venv\Scripts\activate- 安装依赖:
pip install -r requirements.txt- 设置您的OpenAI API密钥:
export OPENAI_API_KEY="your-api-key-here"Claude Desktop集成
添加到您的Claude Desktop配置文件config.json:
{
"mcpServers": {
"ai-moderation": {
"command": "python",
"args": ["path/to/ai-agent-mcp/moderation_server_sse.py"]
}
}
}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"]
}
}
}