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

# MCP

> Connect AI clients like Claude, ChatGPT, and Cursor to the Introw MCP server over OAuth, and find the server URL and connection steps in Introw.

**Open in Introw:** [Integrations](https://app.introw.io/settings/integrations?category=mcp)

## How it works

Introw exposes an OAuth-protected MCP server that AI clients connect to. You do not flip a switch to
turn MCP on; instead, you connect each AI client by pointing it at the Introw MCP server and completing
a secure sign-in. Once connected, the client can use Introw's tools, scoped to your access.

The MCP category in Integrations gives you a connector per client, Claude, ChatGPT, and a generic MCP
option, each with quick-setup steps and the server URL to copy. The connection uses OAuth, so the client
authenticates as you and can be disconnected at any time.

```mermaid theme={"theme":{"light":"github-light","dark":"github-dark"}}
flowchart LR
  clients["AI clients (Claude, ChatGPT, Cursor)"] -->|"OAuth"| mcp["Introw MCP server"]
  mcp --> tools["Tools scoped to your access"]
  tools --> crm["CRM as source of truth"]
```

## Prerequisites

* An AI client that supports MCP, such as Claude, ChatGPT, or Cursor.
* The generic MCP connector requires the MCP connection add-on on your plan; Claude and ChatGPT connectors are available on all plans.

## Settings & configuration

MCP connectors live under the MCP category of [Integrations](https://app.introw.io/settings/integrations?category=mcp).

### Connectors

Each connector, **Claude**, **ChatGPT**, and **MCP**, opens a configure page with quick-setup steps for
that client. Follow the steps in your AI client to add Introw as a connector.

### MCP server URL

The configure page provides the **MCP Server URL** to paste into your client. This is the address your
AI client connects to; copy it from the page rather than typing it.

### Connection status

After you complete the OAuth sign-in in your client, the connector shows whether the connection is
active. You can disconnect a connector here to revoke a client's access.

## Setup walkthrough

<Steps>
  <Step title="Open Integrations">
    Go to the MCP category of [Integrations](https://app.introw.io/settings/integrations?category=mcp).
  </Step>

  <Step title="Open a connector">
    Choose Claude, ChatGPT, or the generic MCP connector.
  </Step>

  <Step title="Copy the server URL">
    Copy the MCP Server URL shown on the configure page.
  </Step>

  <Step title="Connect in your AI client">
    Add Introw as a connector in the client and complete the OAuth sign-in.
  </Step>
</Steps>

## How-to guides

<CardGroup cols={2}>
  <Card title="Connect an MCP client" icon="book-open" href="/features/developer/mcp/guides/connect-an-mcp-client">
    Connect any MCP-capable client - Cursor, Gemini, Windsurf, Notion AI, Lovable, Langdock, and more - to Introw with the generic MCP connector.
  </Card>

  <Card title="Connect ChatGPT" icon="book-open" href="/features/developer/mcp/guides/connect-chatgpt">
    Connect ChatGPT to Introw over MCP so you can query and act on your partner program from inside ChatGPT.
  </Card>

  <Card title="Connect Claude" icon="book-open" href="/features/developer/mcp/guides/connect-claude">
    Connect Claude to Introw over MCP so you can query and act on your partner program from inside Claude.
  </Card>

  <Card title="Partner MCP use cases" icon="book-open" href="/features/developer/mcp/guides/explore-partner-mcp-use-cases">
    What partners can do once they connect their own AI assistant to the partner MCP - and how to drive adoption.
  </Card>

  <Card title="Give partners their own AI assistant" icon="book-open" href="/features/developer/mcp/guides/give-partners-their-own-ai-assistant">
    Partners connect their own AI client to the partner MCP from their portal and work with only their own scoped data - no vendor setup required.
  </Card>
</CardGroup>

## Limits & gotchas

<Warning>
  The generic MCP connector requires the MCP connection add-on on your plan. The connection authenticates as you over OAuth, so the assistant acts within your own access; disconnect a connector to revoke it. Tool actions that change data take effect in your program, so review what an assistant proposes before confirming.
</Warning>

## Troubleshooting

* **The connection shows as not active** - complete the OAuth sign-in in your AI client while logged in to Introw.
* **The generic MCP connector is locked** - it requires the MCP connection add-on on your plan.
* **An assistant cannot see expected data** - it is scoped to your access; confirm you can see that data in Introw.
