Back to MCP Servers
🔌
pminervini/deep-research-mcp
MITAPI key required🐍 ☁️ 🏠 - Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support.
PythonSearch
Install
npx -y pminervini-deep-research-mcpRequired environment variables
YOUR_OPENAI_API_KEYSet in your MCP configOPENAI_API_KEYSet in your MCP configYOUR_GEMINI_API_KEYSet in your MCP configGEMINI_API_KEYSet in your MCP configGOOGLE_API_KEYSet in your MCP configRESEARCH_API_KEYSet in your MCP configDR_TULU_API_KEYSet in your MCP configSERPER_API_KEYSet in your MCP configJINA_API_KEYSet in your MCP configS2_API_KEYSet in your MCP configclaude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"pminervini-deep-research-mcp": {
"command": "npx",
"args": [
"-y",
"pminervini-deep-research-mcp"
],
"env": {
"YOUR_OPENAI_API_KEY": "<YOUR_YOUR_OPENAI_API_KEY>",
"OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
"YOUR_GEMINI_API_KEY": "<YOUR_YOUR_GEMINI_API_KEY>",
"GEMINI_API_KEY": "<YOUR_GEMINI_API_KEY>",
"GOOGLE_API_KEY": "<YOUR_GOOGLE_API_KEY>",
"RESEARCH_API_KEY": "<YOUR_RESEARCH_API_KEY>",
"DR_TULU_API_KEY": "<YOUR_DR_TULU_API_KEY>",
"SERPER_API_KEY": "<YOUR_SERPER_API_KEY>",
"JINA_API_KEY": "<YOUR_JINA_API_KEY>",
"S2_API_KEY": "<YOUR_S2_API_KEY>"
}
}
}
}Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.
More Python MCP servers
🔌🔌🔌🔌
microsoft/markitdown
🎖️ 🐍 🏠 - MCP tool access to MarkItDown -- a library that converts many file formats (local or remote) to Markdown for LLM consumption.
mindsdb/mindsdb
Connect and unify data across various platforms and databases with .
FastMCP
🐍 - A high-level framework for building MCP servers in Python
oraios/serena
🐍 🏠 - A fully-featured coding agent that relies on symbolic code operations by using language servers.