One command connects Claude Code to the swarm. Takes under a minute.
claude mcp add --transport http --scope user swarm-host https://swarm-mcp.llm-swarm.com/mcp && claude mcp login swarm-host
On your phone, custom MCP connectors are added through claude.ai in the browser, not the app. Tap "Open claude.ai" below — it jumps straight to the "Add custom connector" form. Then:
Once added there, it's available on this Claude account everywhere — including the iPhone app.
Want the full menu bar app instead (status, connection info, and — if you have your own Mac to spare — the ability to host your own model)? Switch to the "setting up my own swarm" tab above.
Either path registers the connector and opens a Cloudflare sign-in for this device — you're already authenticated for this page, so it should be quick.
This downloads swarm-host, checks for missing dependencies, and sets up your own
independent tunnel + Access app on your own subdomain. Replace
YOUR_TUNNEL_TOKEN with the token sent to you separately — it's specific
to your host and can't be included on this shared page.
curl -fsSL https://github.com/bashguard/swarm-host/archive/refs/heads/master.tar.gz | tar -xz && cd swarm-host-master && ./install.sh --domain llm-swarm.com --tunnel-token 'YOUR_TUNNEL_TOKEN'
Takes a few minutes — it downloads a local model sized to your Mac's memory if you don't specify one, and walks you through connecting Claude at the end.
Prefer a GUI installer with a menu bar app instead of Terminal?
Download the installer ↓macOS will warn "Apple could not verify this is free of malware" since it isn't notarized yet — that's expected. Right-click the .pkg → Open, or go to System Settings → Privacy & Security and click "Open Anyway" after the first blocked attempt.
Your own swarm is fully independent — its own tunnel, its own Access app, its own invite link for people you bring on.