> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/trulyp/mcp-oauth/how-to-connect-an-ai-mcp-app-to-trulyp.md).

# How to connect an AI MCP App to Trulyp

The exact steps depend on the AI app, but the flow is usually the same.

This guide uses **ChatGPT** as an example.

### Before you start

* Make sure your [Trulyp admin](/trulyp/mcp-oauth/admin-settings.md) has enabled external connections.
* Make sure you have the correct Trulyp MCP server URL.
* Make sure you can log in to your Trulyp account.
* Some AI apps require you to allow external connections manually in the app workspace settings.

### Connect the app

1. In your AI app, look for wording like `connect MCP server`, `add external connection`, `add custom connector`, or `add plugin`.
2. Open the connection form.
3. Enter the Trulyp MCP server URL.
4. The app should detect OAuth automatically.
5. Accept any warning about custom MCP servers and continue.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2FtUxvsLhBFOQbp81CeUIn%2FScreenshot%202026-08-12%20at%2010.53.42.png?alt=media&amp;token=8eac5ce1-0a5b-42f7-aa3d-48cb941d038b" alt=""><figcaption></figcaption></figure>

### Authorize access

The app will redirect you to Trulyp.

1. Sign in if needed.
2. Review the access request.
3. Click `Authorize AI access`.

This gives the app permission to use Trulyp through your account. It still only sees the tools and data your Trulyp permissions allow.

<figure><img src="https://2312557015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWbWxEBax8PKTjFYRLWgi%2Fuploads%2F4wVcvlmnEUeaX5S3SMMg%2FScreenshot%202026-08-12%20at%2010.56.16.png?alt=media&amp;token=c4c487ac-13fe-4bb6-81ef-c68993d4200d" alt=""><figcaption></figcaption></figure>

### Use the connection

Once the app is connected, you can ask questions in the app and let it use Trulyp as context.

In many apps, this means mentioning the connector by name (maybe use a '/' or '@') or selecting it as extra context.

### If something does not work

* Check that external connections are enabled in Trulyp.
* Check that automatic app setup is enabled if the app needs it.
* Check that the app is using the correct MCP server URL.
* If the app was revoked, connect and authorize it again.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/trulyp/mcp-oauth/how-to-connect-an-ai-mcp-app-to-trulyp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
