Open Deep Research is an open-source deep research agent that integrates with model providers, search tools, and MCP servers. It exposes tools for advanced research, including web search, document analysis, and data synthesis. It connects to various APIs and databases to gather and process information. Developers use it to build AI agents that perform in-depth research and analysis across multiple data sources.
Open Deep Research is an open-source deep research agent that integrates with model providers, search tools, and MCP servers. It exposes tools for advanced research, including web search, document analysis, and data synthesis. It connects to various APIs and databases to gather and process information. Developers use it to build AI agents that perform in-depth research and analysis across multiple data sources.
pip install open_deep_researchAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"langchain-ai-opendeepresearch-github": {
"command": "uvx",
"args": [
"pip install open_deep_research"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from open_deep_research?"
No configuration required. This server works out of the box.
"What resources are available in open_deep_research?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in open_deep_research"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in open_deep_research with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.