brightdata-mcp-adk-hackathon vs time
并排对比,帮你在这两个 MCP server 之间做选择。
brightdata-mcp-adk-hackathon by arjunprabhulal | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 1 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 34 | 77 |
| 官方 | — | ✓ |
| 分类 | 网页抓取开发者工具AI / LLM 工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 12 个月前 | 本月 |
brightdata-mcp-adk-hackathon · 概述
BrightData MCP 服务器,集成 50+ 工具和 Google ADK,提供专业网页抓取服务。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
brightdata-mcp-adk-hackathon · 使用场景
- 电商价格比较和产品数据提取
- 社交媒体趋势分析和内容监控
- 商业情报和竞争研究
- 新闻聚合和内容分析
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
brightdata-mcp-adk-hackathon · 安装
安装
前置要求
- Python 3.11+
- Node.js 20+
- Docker & Docker Compose
- BrightData API 凭据
- Google AI API 密钥
快速开始
- 克隆仓库:
git clone https://github.com/arjunprabhulal/brightdata-mcp-adk-hackathon.git
cd brightdata-mcp-adk-hackathon- 配置环境:
cp backend/config/.env.example backend/config/.env
# 编辑 .env 文件添加您的 API 凭据- 使用 Docker 启动:
docker compose up -dClaude Desktop 配置
{
"mcpServers": {
"brightdata-mcp": {
"command": "python",
"args": ["path/to/brightdata/mcp/server.py"],
"env": {
"BRIGHTDATA_API_TOKEN": "your_token_here"
}
}
}
}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"]
}
}
}