Integrate

Claude

Configure Claude settings to use Watt with either Team or Personal accounts.

Team account

Settings work a bit differently if your company is on a Claude Team or Enterprise plan. You can still use Watt, but initial setup requires a few additional steps from a user with the Owner role.

Setting up Watt in a Claude organization requires the Owner role. If you're not an Owner, send someone who is this link — it opens a pre-filled email requesting access, with these instructions included.

Add the Connector

Organization settings → Connectors → Add → Custom → Web

On Team and Enterprise plans, a connector has to be approved at the org level before anyone can use it — until then, the Signal Graph connector shows up grayed out for users.

Adding the Signal Graph connector in Claude organization settings

Allow file downloads

Organization settings → Capabilities → Code execution

Audience exports come back as download links served from a cloud storage domain, so Claude needs network egress turned on to reach them. An Org Owner enables it once:

  1. Turn on Allow network egress.
  2. Under Domain allowlist, choose All domains — Watt's export links come from a cloud storage domain, so this keeps downloads from being blocked.
Claude Code execution settings with the Domain allowlist set to All domains

Enable Cowork

Organization settings → Cowork

Most users run Watt in Cowork, which is enabled at the org level. Turn it on and allow users to enable connector tools to run without explicit approval each time.

  1. Turn on Enable for your organization
  2. Turn on Allow "Act without asking" mode
  3. Turn on Allow "Always allow" for connector tools
Claude organization Cowork settings with the three toggles enabled

Personal account

To use Watt with your personal Claude account there are two settings to configure, the bundled Signal Graph connector and file downloads. These instructions assume you've already installed the Watt plugin. If you haven't, start with the Quickstart — it takes about five minutes.

Turn on the connector

Customize → Plugins → Watt → Connectors

The Watt plugin bundles the Signal Graph connector. Open its Connectors tab and connect it:

  1. Click Install to install the connector.
  2. A pre-filled connector dialog opens — click Add.
  3. Click Connect on the connector to start the login flow.
  4. Log in with your business email.
The Watt plugin Connectors tab with the Signal Graph connector ready to install

Allow file downloads

Settings → Capabilities

Audience exports come back as download links served from a cloud storage domain, so Claude needs network egress turned on to reach them.

  1. Turn on Allow network egress.
  2. Under Domain allowlist, choose All domains — Watt's export links come from a cloud storage domain, so this keeps downloads from being blocked.
Personal Claude Capabilities settings with network egress on and the domain allowlist set to All domains

Auto-install Watt

Optional, advanced. The three steps under Team account are all an individual needs. If you'd rather give your whole organization Watt — across Claude apps, Cowork, and Claude Code, auto-installed so no one has to add it themselves — set up an org-level plugin.

Requirements

  • A Claude Team or Enterprise plan, with Cowork and Skills enabled.
  • A GitHub organization with the Claude app installed.
  • GitHub Actions enabled, with write access to the repository — both are the default. If your org sets Actions to read-only, an admin needs to allow Actions and write access for this repo, otherwise the sync can't update it.

Why a template repo

Claude only lets organizations add plugins from two places: Anthropic's own curated marketplaces, or your company's private GitHub repository. Public repos aren't allowed — so the public Watt plugin can't be added to your org directly. (See Anthropic's docs.)

We publish a template repo that gives you that private mirror. A GitHub Action runs once an hour and copies the Watt plugin from our public repo (wattdata/plugin) into your copy — so your private mirror stays current on its own.

Set it up

5 minutes, one time.

Create your own private copy

On the template repo, click Use this template → Create a new repository. Choose your organization as the owner, and set visibility to Private.

Enable Actions

Open your new repo's Actions tab and enable workflows. Nothing syncs until you do.

Run the first sync

Open the "Mirror Watt plugin" workflow and click Run workflow. After about a minute, the repo fills with the complete Watt plugin. From then on it re-syncs every hour on its own.

Add it in Claude

Go to Organization settings → Plugins → Add plugin, choose GitHub as the source, and enter your repository in owner/repo format (e.g. your-org/your-repo). Claude syncs it automatically.

From there you can make Watt Required (auto-installed for everyone) or Installed by default (auto-installed, removable).

Done. Your entire team can now access the Watt plugin (Customize → Add plugin → Browse plugins).

On this page