deer-flow

GitHub

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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "deer-flow": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-deer-flow"
      ]
    }
  }
}