---
updatedAt: 2026-07-21T14:54:17.000Z
---

Fetch the complete documentation index at: https://docs.zoominfo.com/llms.txt. Use this file to discover all available pages before exploring further. Append .md to any documentation page URL to get its markdown version.

# Connect to ZoomInfo MCP

Connect your AI client to ZoomInfo and access powerful B2B intelligence through natural language. Find companies and contacts, enrich records, discover buyer intent signals, build audiences, and generate comprehensive account and contact research without leaving your conversation.&#x20;

This guide explains how to connect the ZoomInfo MCP server to both **AI** **coding assistants** (such as Claude Code, OpenAI Codex, Cursor, Antigravity, and other MCP-compatible clients) and **consumer AI applications** (such as Claude.ai, Claude Desktop, and ChatGPT).

<Callout icon="far fa-circle-info" theme="info">
  ###

  ZoomInfo prohibits data accessed through MCP to be used for AI model training. Please ensure AI model training is disabled in your AI account or client settings before connecting ZoomInfo MCP.
</Callout>

***

# Before You Begin

* A ZoomInfo license (GTM.ai self-serve or Enterprise) is required.
* Your ZoomInfo plan, API limits, credits, and feature availability apply to MCP usage.
* AI agents can only perform actions allowed by your ZoomInfo account.&#x20;
* Available data and AI credits for enrichment or credit-consuming actions.
* Compatible with MCP clients supporting Streamable HTTP and OAuth.
* A browser for the one-time OAuth sign-in.
* Model training turned off in your AI account or client settings.&#x20;

***

# Coding Agent Setups

## Claude Code

ZoomInfo is available as an official plugin in Anthropic's marketplace, so you can connect using either the **Plugin** route or the standard **MCP** route.

If you're using the Anthropic plugin route, run the following command in the terminal where you configured Claude Code:

```text Step #1 (Add MCP via Plugin Route)
claude plugin install zoominfo@claude-plugins-official
```

or, If you're using the custom MCP route, run the following command in the terminal where you configured Claude Code:

```text Step #1 (Add MCP via Custom Route)
claude mcp add --transport http zoominfo https://mcp.zoominfo.com/mcp
```

After adding the ZoomInfo MCP server using either the Plugin or MCP route, open Claude Code terminal and run:

```text Step #2 (Authenticate)
/mcp
```

This will launch the ZoomInfo sign-in flow in your browser. Sign in using your ZoomInfo credentials or your organization's SSO.

After authentication completes and you're redirected back to Claude Code, the ZoomInfo MCP server will appear as **Connected**, and all available tools and skills will be ready to use.

If you have multiple MCP servers configured, select **ZoomInfo**, then choose **Authenticate**.

***

## OpenAI Codex

ZoomInfo ships as an official Codex plugin, so you can connect using either the **Plugin** route or the **Custom MCP** route.

If you're using the Plugin route, in the Codex app open **Plugins** (or in the CLI, run `codex` then `/plugins` to open the plugin browser), search for **ZoomInfo**, and install it:

```text Step #1 (Add MCP via Plugin Route)
Plugins → search "ZoomInfo" → Add to Codex (app) or Install plugin (CLI)
```

or, If you're using the Custom MCP route, Run in your terminal:

```text Step #1 (Add MCP via Custom MCP Route)
codex mcp add zoominfo --url https://mcp.zoominfo.com/mcp
```

After adding the ZoomInfo MCP server using either the Plugin or Custom MCP route, Codex prompts you to sign in the first time it uses the server:

```text Step #2 (Authenticate)
codex mcp login zoominfo
```

This launches the ZoomInfo sign-in flow in your browser. Sign in using your ZoomInfo credentials or your organization's SSO. After authentication completes, ZoomInfo will appear as connected, and all available tools will be ready to use.

***

## Cursor

Open Cursor settings and add a new MCP server, or edit `~/.cursor/mcp.json` directly, then add the `zoominfo` entry to your `mcpServers` block:

```json
{
  "mcpServers": {
    "zoominfo": { 
      "url": "https://mcp.zoominfo.com/mcp" 
    }
  }
}
```

Restart Cursor so it picks up the new server entry. The first time Cursor uses the ZoomInfo server, it opens the ZoomInfo sign-in flow in your browser. Sign in using your ZoomInfo credentials or your organization's SSO and approve access.

***

## VS Code Microsoft Copilot

Create a `.vscode/mcp.json` file in your workspace:

```json
{
  "servers": {
    "zoominfo": {
      "type": "http",
      "url": "https://mcp.zoominfo.com/mcp" 
    }
  }
}
```

Open the Command Palette (`Ctrl+Shift+P` on Windows/Linux or `Cmd+Shift+P` on macOS) and run:

```Text
MCP: List Servers
```

Select the ZoomInfo MCP server and start it. When prompted, complete the OAuth sign-in flow to authorize the connection.

***

## Antigravity

Follow the Antigravity instructions for connecting custom MCP servers and add the following to your `mcp_config.json`:

```json
{
  "mcpServers": {
    "zoominfo": { 
      "url": "https://mcp.zoominfo.com/mcp" 
    }
  }
}
```

Save the configuration. Antigravity prompts you to complete the OAuth flow to connect your ZoomInfo account.

If you're using an MCP client that isn't covered in the examples above, you can connect it using the [ZoomInfo MCP endpoint](). Ensure that your MCP client supports OAuth 2.0, as it's required to authenticate and access the ZoomInfo Platform.&#x20;

***

# Chat Application Setups

This section focuses on connecting the ZoomInfo MCP server with consumer AI Chat applications such as ChatGPT, Claude Desktop, Claude Cowork, Claude.ai, Perplexity, and other MCP-compatible AI clients.

If you're looking to connect developer tools such as Cursor, Visual Studio Code, OpenAI Codex, or your own custom MCP client, follow the dedicated [coding agent]() Setup guide instead.

ZoomInfo is available through the Claude Connector Marketplace, ChatGPT App Marketplace, and Perplexity Connectors, making it easy to connect ZoomInfo with your preferred AI chat application.

## Claude

If you're using Anthropic's Claude.ai, Claude Desktop, or Claude Cowork, ZoomInfo is available as a <Anchor target="_blank" href="https://claude.ai/directory/connectors/f2cdf1b8-2f75-48a4-8d8c-8d9cce1b8643">native connector</Anchor>.

Open Settings, then Connectors, search ZoomInfo in the connector marketplace and click `connect`. Sign in with your ZoomInfo credentials when prompted.

## ChatGPT

If you're using OpenAI's ChatGPT.com or ChatGPT Desktop, ZoomInfo is available as a <Anchor target="_blank" href="https://chatgpt.com/apps/zoominfo/asdk_app_698a340b9230819188ba5a5eea79022d">native connector</Anchor>.

Open the Apps panel, search for `ZoomInfo` and click `connect`. Sign in with your ZoomInfo credentials when prompted.

## Perplexity

If you're using Perplexity.ai or Perplexity Computer, ZoomInfo is available as a <Anchor target="_blank" href="https://www.perplexity.ai/computer/connectors?connector=zoominfo">native connector</Anchor>.

Open Connectors, search for `ZoomInfo` and click `Add Connector`. Sign in with your ZoomInfo credentials when prompted.

&#x20;

# Sibling pages

* [Available MCP Tools](https://docs.zoominfo.com/zoominfoenterprise/docs/available-mcp-tools.md)