🔎 GPT Researcher
@assafelovic
🔎 GPT Researcher について
An autonomous agent that conducts deep research on any data using any LLM providers
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"gpt-researcher": {
"command": "npx",
"args": [
"skills",
"add",
"assafelovic/gpt-researcher"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is 🔎 GPT Researcher?
GPT Researcher is an open deep research agent designed for web and local research on any given task. It produces detailed, factual, unbiased research reports with citations and addresses misinformation, speed, determinism, and reliability. The server integrates with MCP clients like Claude to extend deep research capabilities.
How to use 🔎 GPT Researcher?
Install via pip (pip install gpt-researcher) or clone the repository, set OPENAI_API_KEY and TAVILY_API_KEY environment variables, then run python -m uvicorn main:app --reload. To use as a Claude Skill, run npx skills add assafelovic/gpt-researcher. For MCP integration, set RETRIEVER=tavily,mcp and pass mcp_configs to GPTResearcher.
Key features of 🔎 GPT Researcher
- Generate detailed research reports using web and local documents.
- Smart image scraping and AI-generated inline images.
- Aggregate over 20 sources for objective conclusions.
- Deep Research with tree-like exploration and concurrent processing.
- JavaScript-enabled web scraping and memory/context maintenance.
- Export reports to PDF, Word, and other formats.
Use cases of 🔎 GPT Researcher
- Conduct objective research on any topic with cited sources.
- Combine web search with local documents for tailored reports.
- Integrate deep research into AI assistants like Claude.
- Automate generation of long-form reports (>2,000 words) with inline visuals.
FAQ from 🔎 GPT Researcher
What API keys are required?
You need OPENAI_API_KEY and TAVILY_API_KEY. For AI-generated images, also set GOOGLE_API_KEY and IMAGE_GENERATION_ENABLED=true. Optional keys are LANGCHAIN_API_KEY and GITHUB_TOKEN for MCP GitHub integration.
Can I use local or custom LLM models?
Yes, set OPENAI_BASE_URL to your custom API base URL (e.g., for local models or other providers). Deep Research uses models like o3-mini by default.
Does 🔎 GPT Researcher support MCP?
Yes, it supports MCP integration via the RETRIEVER=tavily,mcp environment variable. You can connect to data sources like GitHub repositories, databases, and custom APIs by providing mcp_configs.
How long does a deep research task take?
Deep Research takes approximately 5 minutes per research and costs about $0.4 per research using o3-mini with "high" reasoning effort, as stated in the documentation.
Can I research local documents?
Yes, set DOC_PATH to the folder containing your documents (PDF, plain text, CSV, Excel, Markdown, PowerPoint, Word) and select "My Documents" in the frontend or set report_source to "local" in the PIP package.
「AI とエージェント」の他のコンテンツ
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
コメント