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.

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:
- Turn on Allow network egress.
- Under Domain allowlist, choose All domains — Watt's export links come from a cloud storage domain, so this keeps downloads from being blocked.

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.
- Turn on Enable for your organization
- Turn on Allow "Act without asking" mode
- Turn on Allow "Always allow" for connector tools

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:
- Click Install to install the connector.
- A pre-filled connector dialog opens — click Add.
- Click Connect on the connector to start the login flow.
- Log in with your business email.

Allow file downloads
Audience exports come back as download links served from a cloud storage domain, so Claude needs network egress turned on to reach them.
- Turn on Allow network egress.
- Under Domain allowlist, choose All domains — Watt's export links come from a cloud storage domain, so this keeps downloads from being blocked.

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).