MCP Directory
Back

gptr-mcp

by assafelovic · Python · ★ 353

MCP server for enabling LLM applications to perform deep research via the MCP protocol

#deep-research#deepresearch#gpt-researcher#mcp#mcp-server#websearch

Install

pip install git+https://github.com/assafelovic/gptr-mcp.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "gptr-mcp": {
      "command": "uvx",
      "args": [
        "git+https://github.com/assafelovic/gptr-mcp.git"
      ]
    }
  }
}

From the README

[](https://gptr.dev) [](https://docs.gptr.dev/docs/gpt-researcher/mcp-server/getting-started) [](https://discord.gg/QgZXvJAccX) While LLM apps can access web search tools with MCP, **GPT Researcher MCP delivers deep research results.** Standard search tools return raw results requiring manual filtering, often containing irrelevant sources and wasting context window space. GPT Researcher autonomously explores and validates numerous sources, focusing only on relevant, trusted and up-to-date information. Though slightly slower than standard search (~30 seconds wait), it delivers: - ✨ Higher qu…
Read full README on GitHub →

Related ai & ml servers