> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enrichley.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code Plugin

> Install the official Enrichley plugin for Claude Code — the MCP connection plus a built-in skill that teaches Claude how to use Enrichley well.

The Enrichley plugin is the fastest way to use Enrichley in Claude Code. One install gives you the MCP server connection **and** a bundled skill that teaches Claude how Enrichley works — discoveries, previews, quotes, credits, and when to ask before spending — so you don't have to explain the product to your agent.

## Install

In Claude Code, add the Enrichley marketplace and install the plugin:

```text theme={null}
/plugin marketplace add getEnrichley/enrichley-mcp-plugin
/plugin install enrichley@enrichley
```

Then complete the one-time sign-in:

```text theme={null}
/mcp
```

Follow the browser prompt to sign in to your Enrichley account and authorize the requested scopes. See [Authentication](/mcp/authentication) for how the OAuth flow works.

<Note>
  Installing straight from the marketplace works with no extra permissions. If you turn on **Sync automatically** to keep the plugin updated when the repository changes, Claude will ask you to grant the Claude GitHub App read access to the repo — that grant is only for ongoing auto-sync, not for the initial install.
</Note>

## What's included

| Piece                   | What it does                                                                                                                                                            |
| ----------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| MCP server connection   | Preconfigured connection to `https://mcp.enrichley.io/mcp` — no manual config.                                                                                          |
| `using-enrichley` skill | Product guidance Claude loads when working with Enrichley: how previews, quotes, and paid confirmations work, how to pace rate-limited retries, and how credits settle. |

## Plugin vs. plain MCP server

Both reach the same account, tools, and prices:

* **Install the plugin** if you use Claude Code — the bundled skill makes the agent noticeably better at multi-step lead workflows.
* **Add the server directly** ([Setup](/mcp/setup)) for any other client, or if you prefer managing MCP servers yourself. The plugin is Claude Code only; Claude on web/desktop/mobile uses the [custom connector](/mcp/setup) instead.

## Verify

Ask Claude:

> *"Check my Enrichley credit balance."*

You should get your available credits back — the call is free. From there, try *"Create a lookalike search seeded from your best customer's domain and preview it."*

## Uninstall

```text theme={null}
/plugin uninstall enrichley@enrichley
```

This removes the plugin and its skill. To also revoke the account authorization, see [Disconnecting and revoking access](/mcp/authentication#disconnecting-and-revoking-access).
