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

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

export const provider_0 = "your assistant"

Beyond the dedicated Claude and ChatGPT connectors, any MCP-capable client can connect to Introw with the generic MCP connector: Cursor, Gemini, Windsurf, Notion AI, Lovable, Langdock, and others. This is the canonical guide for all of them, the setup is the same in Introw (copy one server URL), and the per-client section below covers where each tool adds a remote MCP server. The connection uses the same secure OAuth sign-in and acts only within your own access.

## Why connect {provider_0}

The fastest interface to your partner program is the assistant you already use. Once {provider_0} is
connected to Introw over MCP, your program becomes something you query and act on in plain language -
no extra tab, no portal hunt. The work stays where you already are, every answer is read live from your
CRM source of truth, and {provider_0} acts only within your own access.

<CardGroup cols={2}>
  <Card title="Stay where you already work" icon="share-nodes">
    Ask questions and take action inside {provider_0}. The portal is optional, so you never break focus to switch tools.
  </Card>

  <Card title="Let the agent do the busywork" icon="robot">
    Hand the mechanical work - data pulls, follow-ups, drafting - to {provider_0}, and stay in the loop where judgment matters.
  </Card>

  <Card title="Answers you can trust" icon="arrows-rotate">
    Every answer is read live from your CRM source of truth, so attribution and numbers stay accurate and auditable.
  </Card>

  <Card title="One secure, scoped connection" icon="shield-halved">
    Connect once over OAuth. {provider_0} acts only within your own access, and you can disconnect at any time.
  </Card>
</CardGroup>

## What you can do from {provider_0}

Connecting {provider_0} turns these agentic use cases into something you run conversationally, in seconds,
without leaving the assistant.

<CardGroup cols={2}>
  <Card title="Prep a QBR in seconds" icon="presentation-screen" href="/headless/agentic-use-cases/qbrs-meeting-prep">
    Ask {provider_0} to assemble pipeline, goals, activity, and commissions into a ready-to-edit QBR - 2-4 hours of prep collapsed into \~10 seconds.
  </Card>

  <Card title="Register a deal conversationally" icon="file-signature" href="/headless/agentic-use-cases/deal-registration">
    Register a deal in about 90 seconds straight from {provider_0}, with clean writeback to your CRM.
  </Card>

  <Card title="Query ecosystem health" icon="chart-line" href="/headless/agentic-use-cases/ecosystem-performance">
    Ask "which Gold partners are at risk?" in plain language and get the answer in seconds - no RevOps ticket.
  </Card>

  <Card title="Check commissions and tiers" icon="hand-holding-dollar" href="/headless/agentic-use-cases/commissions-and-incentives">
    Look up commission status, tier progress, and projections on demand, without a finance request.
  </Card>

  <Card title="Answer enablement questions" icon="headset" href="/headless/agentic-use-cases/enablement-support">
    Get instant, sourced answers to routine partner and program questions, 24/7 and in any language.
  </Card>

  <Card title="Segment partners live" icon="layer-group" href="/headless/agentic-use-cases/partner-segmentation">
    Build live, multi-axis segments on the fly instead of static Gold, Silver, and Bronze tiers.
  </Card>
</CardGroup>

## Prompts to try in {provider_0}

Once connected, paste one of these into {provider_0} to see it work against your own program:

* "Which Gold partners haven't registered a deal this quarter?"
* "Prepare a QBR for my top partner - pipeline, goals, activity, and commissions."
* "Register a new deal for Acme: \~\$40k, closing next month, sourced by our reseller."
* "What's this partner's commission status and how far are they from the next tier?"

## What you'll achieve

Your MCP-capable client connected to your Introw partner program over OAuth, authenticated as you. The client can read live program data from your CRM source of truth and take the actions your access allows, and the connector page shows the connection as active.

## Before you start

<Steps>
  <Step title="Confirm the MCP add-on">
    The generic MCP connector requires the MCP connection add-on on your plan. (Claude and ChatGPT have dedicated connectors that do not need this add-on, see their guides.)
  </Step>

  <Step title="Have a client that supports remote MCP servers">
    Use a client that can add a custom or remote MCP server over OAuth.
  </Step>

  <Step title="Be signed in to Introw">
    Complete the OAuth step while signed in to Introw so the client connects as you.
  </Step>
</Steps>

## Watch it

<Tabs>
  <Tab title="Video">
    <video controls playsInline preload="none" poster="https://assets.introw.io/docs/features/developer/mcp/guides/connect-an-mcp-client/steps/01.png?v=1783353180" className="w-full rounded-xl" src="https://assets.introw.io/docs/features/developer/mcp/guides/connect-an-mcp-client/video.webm?v=1783353180#t=2.5" />
  </Tab>

  <Tab title="Click through">
    <iframe className="w-full rounded-xl" style={{ width: "100%", aspectRatio: "16 / 11", border: 0, backgroundColor: "#FAFAFA" }} src="https://assets.introw.io/docs/features/developer/mcp/guides/connect-an-mcp-client/walkthrough.html?v=1783353180" />
  </Tab>
</Tabs>

## Steps

<Steps>
  <Step title="Open the MCP connector">
    Go to the [MCP connector](https://app.introw.io/settings/integrations/mcp) under Integrations. This generic connector works with any MCP-compatible tool and shows the connection status and quick-setup steps.

    <Frame>
      <img src="https://assets.introw.io/docs/features/developer/mcp/guides/connect-an-mcp-client/steps/01.png?v=1783353180" alt="Open the MCP connector" />
    </Frame>
  </Step>

  <Step title="Copy the MCP Server URL">
    Select **Copy MCP Server URL**. This single address is what every MCP client connects to; copy it from the page rather than typing it.

    <Frame>
      <img src="https://assets.introw.io/docs/features/developer/mcp/guides/connect-an-mcp-client/steps/02.png?v=1783353180" alt="Copy the MCP Server URL" />
    </Frame>
  </Step>

  <Step title="Add Introw as a remote MCP server in your client">
    In your client, add a remote (or custom) MCP server and paste the **MCP Server URL** you copied. The exact place this lives differs per client, see the per-client notes below. This points the client at your program.
  </Step>

  <Step title="Complete the OAuth sign-in">
    The client opens an Introw sign-in to authorize the connection. Complete it while signed in to Introw so the client connects as you, scoped to your own access. There is no API key or secret to paste.
  </Step>
</Steps>

## Connect a specific client

The Introw side is identical for every client: copy the **MCP Server URL** above. What differs is where each tool adds a remote MCP server. After adding the URL in any of these, complete the OAuth sign-in to finish.

### Cursor

Add Introw as a custom MCP server in Cursor's MCP settings, paste the **MCP Server URL**, then complete the OAuth sign-in.

### Gemini

In Gemini, add Introw as a remote MCP server using the **MCP Server URL**, then complete the OAuth sign-in.

### Windsurf

In Windsurf, add Introw as a remote MCP server using the **MCP Server URL**, then complete the OAuth sign-in.

### Notion AI

In Notion AI, add Introw as a remote MCP server using the **MCP Server URL**, then complete the OAuth sign-in.

### Lovable

In Lovable, add Introw as a remote MCP server using the **MCP Server URL**, then complete the OAuth sign-in.

### Langdock

In Langdock, add Introw as a remote MCP server using the **MCP Server URL**, then complete the OAuth sign-in.

## Verify it worked

The MCP connector page shows **Connection is active**, and your client can use Introw's tools, asking it about your program returns live data. To revoke access later, select **Disconnect** on the connector page; the client loses access immediately and must reconnect.

## Related

<CardGroup cols={2}>
  <Card title="Connect Claude" icon="book-open" href="./connect-claude">
    Use the dedicated Claude connector.
  </Card>

  <Card title="Connect ChatGPT" icon="book-open" href="./connect-chatgpt">
    Use the dedicated ChatGPT connector.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    MCP connectors, plan requirements, and troubleshooting.
  </Card>
</CardGroup>
