You're signed in.

One command connects Claude Code to the swarm. Takes under a minute.

Run this in Terminal
claude mcp add --transport http --scope user swarm-host https://swarm-mcp.llm-swarm.com/mcp && claude mcp login swarm-host
Or add via claude.ai (no Terminal)

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:

  1. Paste swarm-host into the Name field
  2. Paste the URL below into the Remote MCP server URL field
  3. Click Add — it'll open a Cloudflare sign-in, and since you're already authenticated for this page it should be instant
Open claude.ai →

Once added there, it's available on this Claude account everywhere — including the iPhone app.

Optional

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.

Run this in Terminal

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.

Optional

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.