AI Skill Hub 强烈推荐:gpt-researcher MCP工具 是一款优质的AI工具。在 GitHub 上收获超过 27.0k 颗 Star,AI 综合评分 8.8 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
gpt-researcher MCP工具 是一款基于 Python 开发的开源工具,专注于 自主代理、深度研究、多LLM支持 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
gpt-researcher MCP工具 是一款基于 Python 开发的开源工具,专注于 自主代理、深度研究、多LLM支持 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install gpt-researcher
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install gpt-researcher
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/assafelovic/gpt-researcher
cd gpt-researcher
pip install -e .
# 验证安装
python -c "import gpt_researcher; print('安装成功')"
# 命令行使用
gpt-researcher --help
# 基本用法
gpt-researcher input_file -o output_file
# Python 代码中调用
import gpt_researcher
# 示例
result = gpt_researcher.process("input")
print(result)
# gpt-researcher 配置文件示例(config.yml) app: name: "gpt-researcher" debug: false log_level: "INFO" # 运行时指定配置文件 gpt-researcher --config config.yml # 或通过环境变量配置 export GPT_RESEARCHER_API_KEY="your-key" export GPT_RESEARCHER_OUTPUT_DIR="./output"
<img src="https://github.com/assafelovic/gpt-researcher/assets/13554167/20af8286-b386-44a5-9a83-3be1365139c3" alt="Logo" width="80">
####
</div>
Extend Claude's deep research capabilities by installing GPT Researcher as a Claude Skill:
npx skills add assafelovic/gpt-researcher
Once installed, Claude can leverage GPT Researcher's deep research capabilities directly within your conversations.
git clone https://github.com/assafelovic/gpt-researcher.git
cd gpt-researcher
.env file. export OPENAI_API_KEY={Your OpenAI API Key here}
export TAVILY_API_KEY={Your Tavily API Key here}
(Optional) For enhanced tracing and observability, you can also set:
# export LANGCHAIN_TRACING_V2=true
# export LANGCHAIN_API_KEY={Your LangChain API Key here}
For custom OpenAI-compatible APIs (e.g., local models, other providers), you can also set:
export OPENAI_BASE_URL={Your custom API base URL here}
pip install -r requirements.txt
python -m uvicorn main:app --reload
Visit http://localhost:8000 to start.
For other setups (e.g., Poetry or virtual environments), check the Getting Started page.
pip install gpt-researcher
Step 1 - Install Docker
Step 2 - Clone the '.env.example' file, add your API Keys to the cloned file and save the file as '.env'
Step 3 - Within the docker-compose file comment out services that you don't want to run with Docker.
docker-compose up --build
If that doesn't work, try running it without the dash:
docker compose up --build
Step 4 - By default, if you haven't uncommented anything in your docker-compose file, this flow will start 2 processes: - the Python server running on localhost:8000<br> - the React app running on localhost:3000<br>
Visit localhost:3000 on any browser and enjoy researching!
```python ... from gpt_researcher import GPTResearcher
query = "why is Nvidia stock going up?" researcher = GPTResearcher(query=query)
<a href="https://www.youtube.com/watch?v=f60rlc_QCxE" target="_blank" rel="noopener"> <img src="https://github.com/user-attachments/assets/ac2ec55f-b487-4b3f-ae6f-b8743ad296e4" alt="Demo video" width="800" target="_blank" /> </a>
IMAGE_GENERATION_ENABLED=true GOOGLE_API_KEY=your_google_api_key IMAGE_GENERATION_MODEL=models/gemini-2.5-flash-image ```
When enabled, the system will: 1. Analyze your research context to identify visualization opportunities 2. Pre-generate 2-3 relevant images during the research phase 3. Embed them inline as the report is written
Images are generated with dark-mode styling that matches the GPT Researcher UI, featuring professional infographic aesthetics with teal accents.
Learn more about Image Generation in our documentation.
业界领先的自主研究工具,架构完善、社区活跃。27k星超高热度,支持多LLM灵活配置。适合企业级研究自动化需求。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,gpt-researcher MCP工具 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | gpt-researcher |
| 原始描述 | 开源MCP工具:An autonomous agent that conducts deep research on any data using any LLM provid。⭐27.0k · Python |
| Topics | 自主代理深度研究多LLM支持数据分析信息聚合 |
| GitHub | https://github.com/assafelovic/gpt-researcher |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。