Back to Apps

GPT Researcher
by assafelovic
Autonomous deep research agent that produces detailed, factual reports with citations from web and local data.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
GPT Researcher is an autonomous agent designed for comprehensive deep research. It solves the problem of LLM hallucinations and token limits by utilizing a planner-execution architecture that scrapes multiple web sources and local documents to produce unbiased, factual reports exceeding 2,000 words.
Tools
- Research Planner: Generates a set of targeted research questions to ensure objective coverage.
- Crawler Agent: Gathers raw information from the web and local files for each generated question.
- Report Publisher: Aggregates and summarizes findings into a structured report with citations.
- Deep Research: A recursive exploration workflow that dives into subtopics for extreme depth.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gpt-researcher": {
"command": "python",
"args": ["-m", "gpt_researcher.mcp_server"],
"env": {
"OPENAI_API_KEY": "your-key",
"TAVILY_API_KEY": "your-key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude.ai (via skills.sh)
Quick install
pip install gpt-researcherInformation
- Pricing
- free
- Published
- 4/14/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
JSON for claude_desktop_config.json provided in description





