---
title: "AI clients"
description: "Find vendor setup documentation for connecting supported AI clients to the Mindtickle MCP server."
contentType: "reference"
url: "https://developer.mindtickle.com/docs/mcp/popular-ai-clients/"
---

Choose an AI client that supports remote MCP connections over HTTP and Mindtickle's authentication flow. The links below lead to vendor setup instructions. Features, plan requirements, and settings vary by client; organization-managed connections may require an administrator. Clients may call the connection a connector, app, tool, or MCP server.

You need your Mindtickle MCP server URL. For managed connectors, see [Set up the connector](/docs/mcp/publish-the-connector/) for the URL and scope-control modes, then [Connect your account](/docs/mcp/connect-your-account/) to authorize access. For a programmatic integration, follow [Build a custom client](/docs/mcp/build-a-custom-client/).

## Hosted AI assistants

### Claude (Team and Enterprise)

An organization Owner or Primary Owner adds the connector under **Organization settings > Connectors**. Members then authorize their own accounts under **Customize > Connectors**. See Anthropic's [documentation on custom connectors using remote MCP](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp).

### ChatGPT

Follow OpenAI's [MCP connection instructions](https://developers.openai.com/plugins/deploy/connect-chatgpt) to enable developer mode, add the Mindtickle server URL, and review the discovered tools. Availability depends on your account and workspace policy. Follow your organization's approval process before making the connection available to members.

### Microsoft 365 Copilot (via Copilot Studio)

Microsoft 365 Copilot doesn't add MCP connectors directly. Instead, an admin or agent maker adds Mindtickle as an MCP tool on an agent inside **Microsoft Copilot Studio**, then publishes that agent to Microsoft 365 Copilot. See Microsoft's [documentation on connecting agents to an existing MCP server](https://learn.microsoft.com/en-us/microsoft-copilot-studio/mcp-add-existing-server-to-agent).

### Gemini Enterprise

Configure Mindtickle as an MCP tool for a Gemini Enterprise agent workflow. See Google's [Connect MCP servers](https://docs.cloud.google.com/gemini/enterprise/docs/workflow-builder/connect-mcp-servers) instructions.

## Coding assistants

### Cursor

Add Mindtickle as an MCP server in Cursor's settings or `mcp.json`. See Cursor's [MCP documentation](https://cursor.com/docs/mcp).

### Windsurf

Add Mindtickle as an MCP server in Windsurf's Cascade settings. See Windsurf's [Cascade MCP integration documentation](https://docs.windsurf.com/windsurf/cascade/mcp).

### VS Code

Add Mindtickle as an MCP server in VS Code's agent/MCP settings. See Visual Studio Code's [MCP servers documentation](https://code.visualstudio.com/docs/agent-customization/mcp-servers).

### Cline

Add Mindtickle as an MCP server in Cline's MCP settings. See Cline's [MCP documentation](https://docs.cline.bot/mcp/mcp-overview).

### Continue

Add Mindtickle as an MCP server in Continue's configuration. See Continue's [MCP documentation](https://docs.continue.dev/customize/deep-dives/mcp).

## Other MCP-compatible clients

For other clients, verify support for remote MCP connections over HTTP and the authentication flow you intend to use:

- **Connector URL:** `https://{mindtickle-instance-url}/mcp`
- **Authentication:** OAuth 2.0 with consent (handled by the client application) or Bearer JWT in the `Authorization` header (for programmatic integrations).
- **Tools exposed:** See [Supported tools](/docs/mcp/tools/) for the full list.
- **Scope-control modes:** User-controlled (default) or admin-controlled (with `client_id` and `client_secret` issued by your Mindtickle Customer Success Manager (CSM)).

Follow your client's documentation to configure the connection. For client credentials authentication, exchange `client_id` and `client_secret` for an access token; do not send those credentials directly to the MCP endpoint. See [Build a custom client](/docs/mcp/build-a-custom-client/).

## Related

- [Set up the connector](/docs/mcp/publish-the-connector/): The server URL, roles, scope-control modes, scopes, and how the connection works.
- [Connect your account](/docs/mcp/connect-your-account/): Connecting, using, and troubleshooting the connector.
