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

# Getting started with Unify MCP

> Connect Unify to Claude, Cursor, or any MCP-compatible AI assistant.

Unify MCP lets you connect Unify to Claude, Cursor, or any other
MCP-compatible AI assistant. Once connected, your assistant can research
companies, build lists, write sequences, update your CRM, and more, all
from a normal conversation, using the same Agent that powers Unify Chat.

## What is MCP?

[MCP](https://modelcontextprotocol.io) (Model Context Protocol) is an open
standard that lets AI assistants like Claude or Cursor securely connect to
outside tools and data. Instead of copying information back and forth
between Unify and your AI assistant, you connect once. From there, your
assistant can call Unify directly, on your behalf, whenever it's useful.

## What you can do with Unify MCP

Because Unify MCP runs the exact same Agent as Unify Chat, anything you can
ask Unify Chat to do, you can ask your connected assistant to do too:

<AccordionGroup>
  <Accordion title="Research">
    "Research acme.com and tell me if they look like a good fit for our ICP."
  </Accordion>

  <Accordion title="Prospecting and creating sequences">
    "Find VP of Sales at Series B SaaS companies in the Bay Area, then
    create a 4-step sequence and enroll them."
  </Accordion>

  <Accordion title="List building">
    "Build me a list of Series B fintech companies in the US with 50-200
    employees."
  </Accordion>

  <Accordion title="CRM updates">
    "Update these accounts in Salesforce with our latest ICP tier."
  </Accordion>

  <Accordion title="Sequence performance">
    "Which of my active sequences have the highest reply rate this month?"
  </Accordion>

  <Accordion title="Rep activity and performance">
    "How many touches has each rep logged this week, and who's below
    pace?"
  </Accordion>

  <Accordion title="Recurring / scheduled work">
    "Every Monday at 9am, find companies that raised funding in the last
    week and send me the list."
  </Accordion>
</AccordionGroup>

Your assistant can also pull in supporting context as needed, like a
results table from a previous run, your outbound email voice profile, or
your company's business context, to make its answers more accurate.

If you have other MCP connectors set up too, like a call recording tool,
your assistant can combine that context with Unify in the same
conversation. For example, it can pull insights from a recent discovery
call and use them to help draft a more personalized sequence in Unify.

## Getting started

Pick your client below. Claude (Desktop / claude.ai) is the most common
starting point. For Claude Code, Cursor, and Codex, the recommended path is
installing [Unify's official plugin](https://github.com/unifygtm/agent-plugins),
which bundles the Unify skills and MCP configuration.

<Tabs>
  <Tab title="Claude (Desktop / claude.ai)">
    1. Go to **Settings → Extensions → Browse extensions**.
    2. Search for `Unify`.
    3. Select the verified official Unify connector and log in with your
       Unify account when prompted.
  </Tab>

  <Tab title="Claude Code">
    Add the Unify plugin marketplace, then install the plugin at user scope:

    ```bash theme={null}
    claude plugin marketplace add unifygtm/agent-plugins --scope user
    claude plugin install unify@unify-plugins --scope user
    ```

    Fully restart Claude Code, then run `/mcp` and complete the Unify login
    when prompted.
  </Tab>

  <Tab title="Cursor">
    Cursor does not currently provide CLI commands for adding a marketplace
    and installing a plugin. If your organization uses team marketplaces:

    1. Ask a Cursor administrator to add `unifygtm/agent-plugins` as a team
       marketplace.
    2. Open **Settings → Plugins**, find **Unify**, and install it.
    3. Fully restart Cursor, then enable and sign in to Unify from **Settings
       → Plugins**.

    For an individual local installation, run the official setup script:

    ```bash theme={null}
    curl -fsSL https://raw.githubusercontent.com/unifygtm/agent-plugins/main/scripts/setup.sh | bash -s -- cursor
    ```

    If Unify does not appear after restarting, ask a Cursor administrator to
    allow user-local plugin imports.
  </Tab>

  <Tab title="Codex">
    Add the Unify plugin marketplace, then install the plugin:

    ```bash theme={null}
    codex plugin marketplace add unifygtm/agent-plugins
    codex plugin add unify@unify-plugins
    ```

    Codex uses a global OAuth callback port instead of a callback port from
    the plugin. Add this setting at the top level of `~/.codex/config.toml`,
    outside any `[table]` section:

    ```toml theme={null}
    mcp_oauth_callback_port = 1455
    ```

    Fully restart Codex, then sign in to Unify:

    ```bash theme={null}
    codex mcp login unify
    ```

    To set the callback port only for the login command instead, run:

    ```bash theme={null}
    codex -c mcp_oauth_callback_port=1455 mcp login unify
    ```

    Without the fixed port, Codex selects a random port that does not match
    the callback URL registered for Unify and the login fails.
  </Tab>

  <Tab title="ChatGPT Desktop">
    The current best way to install the Unify plugin in the ChatGPT app is
    through the Codex CLI. Follow the steps in the [Codex tab](#codex).
    Once installed it should be available in your ChatGPT desktop app, in
    both Codex and the chat/work tab.
  </Tab>
</Tabs>

## Usage and credits

Unify MCP runs on the same Agent, and consumes the same usage/credits, as
messages sent directly in Unify Chat. There's no separate cost for
connecting through MCP.

## Best practices

**Use Unify's own terms when you prompt.** Your assistant understands
requests best when you use the same words Unify does, like "sequence,"
"enrich," "prospect," "play," and "audience," instead of a generic word
like "campaign" or "segment." That makes it far more likely your assistant
maps what you're asking for to the right Unify action.

It also helps to say so explicitly when you want something run as a
background Agent task you can check on later:

> "Start an Agent run to prospect a new list, and give me a link to check
> on it."

## FAQ

<AccordionGroup>
  <Accordion title="Is this the same AI as Unify Chat?">
    Yes. Unify MCP runs the exact same Agent. Nothing is different except
    how you're talking to it.
  </Accordion>

  <Accordion title="Does this cost extra?">
    No. It uses your existing Unify Chat credits/usage.
  </Accordion>

  <Accordion title="Is my data isolated from other users?">
    Yes. Every request is tied to the specific Unify user who connected, so
    your assistant only ever sees what that user can see in Unify.
  </Accordion>

  <Accordion title="Can I schedule recurring tasks?">
    Yes. Ask your assistant to set up a recurring prompt (a "scheduled
    chat"), and it'll run automatically on the schedule you give it.
  </Accordion>

  <Accordion title="Which AI clients are supported?">
    Claude Code, Cursor, and Codex through the official Unify plugin, and
    Claude Desktop/claude.ai and ChatGPT directly, following the steps
    above. If your client isn't listed, contact your Unify account team.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={1}>
  <Card title="Tools reference" href="/developers/mcp/tools" icon="wrench" horizontal>
    The complete, technical tool-by-tool reference.
  </Card>
</CardGroup>
