# langchain-ai/open_deep_research | Model Context Protocol (MCP) Server > Model Context Protocol (MCP) server configuration and tool manifest for langchain-ai/open_deep_research - **Stars**: ⭐ 11,348 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "open_deep_research": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-open_deep_research" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "open_deep_research": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-open_deep_research" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-open_deep_research` - **Docker**: `docker run -i --rm mcp/open_deep_research`