GR
GPT Researcher PYTHON
Open source · MITv4.2.0 99.93% uptime
Stars
15.7k
Deploys
37k
Version
4.2.0
Uptime
99.93%
Runtime
PYTHON
License
MIT
Overview
GPT Researcher is an autonomous research agent that spawns planner and executor sub-agents to gather sources, verify them and synthesise long-form cited reports. It ships with a web UI you can use out of the box — Claws hosts it and routes model traffic through our endpoint.
Key features
- Planner + executor multi-agent design
- Cited long-form report output
- Built-in web UI
- Configurable search + scraping providers
- MCP-compatible tool integration
Install
$ pip install gpt-researcherQuickstart
# 1 - install GPT Researcher
pip install gpt-researcher
# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy gpt-researcher --model claude-opus-4-2
# 3 - or self-host on any VPS
gpt-researcher serve --port 8080