Prerequisites
disclaw-team requires three things before you install. Get these in place first — the rest of setup assumes they’re all working.
Node.js
Node.js 20 or higher is required. This is used to run the CLI, MCP server, and web dashboard.
Install via nvm (recommended):
nvm install --ltsVerify:
node --versiontmux
disclaw-team uses tmux to run each bot as a background process in its own window. Version 3.0 or higher is required.
macOS:
brew install tmuxUbuntu / Debian:
sudo apt install tmuxFedora / RHEL:
sudo dnf install tmuxVerify:
tmux -VClaude Code
Each bot runs as a Claude Code session. Claude Code must be installed globally and you need an active Claude subscription.
Install:
npm install -g @anthropic-ai/claude-codeVerify:
claude --versionNext step
Once all three are installed and verified, continue to Discord Setup to create your bot tokens.