# bytedance/deer-flow | Model Context Protocol (MCP) Server > An open-source long-horizon SuperAgent harness that researches, codes, and creates. With the help of sandboxes, memories, tools, skill, subagents and message gateway, it handles different levels of tasks that could take minutes to hours. - **Stars**: ⭐ 79,861 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "deer-flow": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-deer-flow" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "deer-flow": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-deer-flow" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-deer-flow` - **Docker**: `docker run -i --rm mcp/deer-flow`