Skip to main content
Science & ResearchPython

pminervini/deep-research-mcp

Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support.

researchcloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/pminervini/deep-research-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "deep-research-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pminervini/deep-research-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Science & Research
Language
Python
Author
pminervini