Super exciting release that includes 3 big improvements:
- New MCP server for GPT Researcher! Check out the new repo here.
What makes the MCP server special: - š Seamless integration with Claude Desktop via MCP
- š Transform basic searches into comprehensive research with a single command
- āØ Get high-quality, validated information from multiple reliable sources
- š Optimize your context window with only the most relevant content
- š§ Enable your AI assistant to reason better with well-structured research
MCP Server Docs: https://docs.gptr.dev/docs/gpt-researcher/mcp-server/getting-started
Claude Demo:
https://github.com/user-attachments/assets/ef97eea5-a409-42b9-8f6d-b82ab16c52a8
In addition:
- You can now add a custom prompt to the write_report method. For example:
report = researcher.write_report(custom_prompt="write a short answer based on the research findings")
- You can now also run quick web search with your dedicated search engine:
search_results = researcher.quick_search(query=query)
What's Changed
- Update to detailed_report.py to include complement_source_urls as a pā¦ by @Laurie2905-JOHN in #1308
- Feature/custom report prompt by @assafelovic in #1309
- feat: Add language support to reports and frontend input by @hurxxxx in #1213
- MCP Server by @assafelovic in #1310
- Frontend goodies by @ElishaKay in #1235
New Contributors
- @Laurie2905-JOHN made their first contribution in #1308
Full Changelog: v3.2.5...v3.2.6