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

> As a partner, connect any MCP-capable client - Cursor, Gemini, Windsurf, Notion AI, and more - to your Introw partner data with the partner MCP connector.

Beyond Claude and ChatGPT, any MCP-capable client can connect to your Introw partner data with the partner 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 partner access.

## What you'll achieve

Your MCP-capable client connected to your Introw partner data over OAuth, authenticated as you. The client can read live data scoped to your partner account and take the actions your permissions allow, and the connector page shows the connection as active.

## Before you start

<Steps>
  <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="Have partner portal access">
    The partner MCP connector is available in your portal by default - no vendor toggle is needed. Complete the OAuth step while signed in so the client connects as you, scoped to your partner account.
  </Step>
</Steps>

## Steps

<Steps>
  <Step title="Open the partner MCP connector">
    In your partner portal, go to [Integrations](https://partners.introw.io/integrations) and open the partner MCP connector. It shows the connection status and quick-setup steps, and only exposes the portals available to your partner account.
  </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. Use the URL shown here, not one from anywhere else.
  </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 partner data.
  </Step>

  <Step title="Complete the OAuth sign-in">
    The client opens an Introw sign-in to authorize the connection. Complete it so the client connects as you, scoped to your partner account. 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** from your partner connector. 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 connector page shows **Connection is active**, and your client can use Introw's tools - asking it about your program returns live data scoped to your account. 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 flow.
  </Card>

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

  <Card title="Partner MCP use cases" icon="robot" href="/features/developer/mcp/guides/explore-partner-mcp-use-cases">
    What you can do from your assistant once connected.
  </Card>

  <Card title="Implementation reference" icon="screwdriver-wrench" href="../technical">
    Partner AI setup, scoping, and troubleshooting.
  </Card>
</CardGroup>
