gpt-researcher vs time
并排对比,帮你在这两个 MCP server 之间做选择。
gpt-researcher by assafelovic | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 27,100 | ★ 85,748 |
| 30天用量 | — | — |
| 综合分 | 61 | 77 |
| 官方 | — | ✓ |
| 分类 | AI / LLM 工具网页抓取效率工具 | 效率工具开发者工具沟通协作 |
| 实现语言 | Python | TypeScript |
| 最近提交 | 1 个月前 | 本月 |
gpt-researcher · 概述
一个自主研究代理,使用任何 LLM 提供商进行深度研究,并通过 MCP 服务器连接专业数据源。
time · 概述
功能全面的 MCP 服务器,提供时间和时区转换功能,可自动检测系统时区。
gpt-researcher · 使用场景
- 市场研究和竞争分析
- 学术文献综述和综合
- 技术文档和研究
- 调查和事实核查
time · 使用场景
- 协助安排跨时区的国际会议
- 为基于位置的查询提供实时时间信息
- 为旅行计划和行程安排提供时间转换
gpt-researcher · 安装
安装
- 安装 Python 3.11 或更高版本
- 克隆仓库:
``bash git clone https://github.com/assafelovic/gpt-researcher.git cd gpt-researcher ``
- 在 .env 文件中设置 API 密钥:
``bash export OPENAI_API_KEY={您的 OpenAI API 密钥} export TAVILY_API_KEY={您的 Tavily API 密钥} ``
- 安装依赖:
``bash pip install -r requirements.txt ``
- 运行服务器:
``bash python -m uvicorn main:app --reload ``
要使用 MCP 集成,请参阅 [gptr-mcp 仓库](https://github.com/assafelovic/gptr-mcp)
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"]
}
}
}