---
title: "Create an integration to connect to the MCP server"
slug: "create-an-integration-to-connect-to-the-mcp-server"
updated: 2026-06-10T12:41:30Z
published: 2026-06-10T12:41:30Z
---

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

# Create an integration to connect to the MCP server

> **Who can use this**: Tech admin
> 
> **Available on**: Any Gong plan

> [!WARNING]
> Coming soon:
> 
> Gong MCP client and server is rolling out in June 2026

Use this process to connect an external AI client to the Gong MCP server.

## Before you begin

Ensure you have enough Gong credits to query the MCP server.

## Set up an MCP integration

You must first register your MCP integration in Gong.

**To register your MCP integration:**

1. In the left sidebar, click **Admin center**.
2. In the **Settings** tab, click **API** under **Ecosystem**.
3. In the **Integrations** tab, click **CREATE INTEGRATION** and select **MCP integration**. ![Instructions for creating a Gong integration using OAuth with highlighted options.](https://cdn.us.document360.io/2837c190-3ec8-4120-9116-6d427e774667/Images/Documentation/MCPIntegration.png)
4. Enter the **Integration name**.
5. Under **Authorization context**, select whether the connection will allow:

> [!WARNING]
> Important:
> 
> This setting can’t be changed once you’ve submitted the integration.
  1. **Shared access**: Allows the AI agent to access all your Gong data.
  2. **Personal access**: (Default) The AI agent can only access the data of the user who authorized the integration. Data access is limited to the permissions of that user.
6. **Redirect URI**: Required. Enter the callback URL for each MCP client, with one URL per line. Find the correct redirect URI in your MCP client documentation.
7. Click **Save**.
8. Your client ID and client secret are displayed in the **Integrations** tab. Use this to authenticate the MCP server.

## Authenticate the Gong MCP server in the external AI agent

The MCP server uses OAuth to authenticate requests. How authentication is handled depends on the external AI agent.

Provide the following when configuring the MCP connection:

- Gong MCP server URL: [https://mcp.gong.io/mcp](https://mcp.gong.io/mcp)
- Client ID: Generated by Gong when setting up the integration
- Client secret: Generated by Gong when setting up the integration

The external AI agent completes the authentication flow and stores the access token.

### Authenticating a custom external AI agent

A custom external AI agent must implement OAuth 2.0 to obtain and refresh access tokens.

For full instructions, see [Set up OAuth access](https://help.gong.io/docs/create-an-app-for-gong#set-up-oauth-access).

A team member who manages and configures the Gong platform and handles CRM integrations, user provisioning, permissions, and system settings. [Find my Tech admin](/v1/docs/find-your-technical-or-business-admin).

Access to this feature depends on your [assigned seat](/v1/docs/plans-and-seats).
