Back to Home
youqad icon

gptr-mcp

Verified Safe

by youqad

Overview

An MCP server for GPT Researcher, enabling AI assistants to perform deep web and local document research, and generate detailed reports.

Installation

Run Command
python server.py

Environment Variables

  • OPENAI_API_KEY
  • TAVILY_API_KEY
  • DOC_PATH
  • MCP_TRANSPORT
  • DOCKER_CONTAINER
  • RETRIEVER

Security Notes

The project demonstrates awareness of security best practices, including explicit warnings against exposing API keys (seen in `SECURITY_WARNING.md`) and implementation of path traversal protection (`document_loader.py`). It also limits file sizes to prevent resource exhaustion. No 'eval' or other dynamic code execution patterns were found. The primary security concern lies with users carefully managing their API keys, as they are crucial for functionality and are explicitly passed in some integration examples (e.g., Claude Desktop config).

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens50000
Stars0
Forks0
Last Update2025-11-26

Tags

GPT ResearcherMCP ServerLocal DocumentsWeb SearchAI Assistant