> For the complete documentation index, see [llms.txt](https://docs.ellipsis-drive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ellipsis-drive.com/developers/common-integrations/mcp-handles.md).

# MCP handles

#### Overview

You can use Ellipsis Drive MCP handles to grant your AI agent access to your Drive environment. When using MCP handles your agent can browse optimised metadata and perform actions.

Your agent can:

* Perform searches
* Retrieve data
* Combine data
* Execute compute

Your agent is situationally aware, meaning that it knows what content you own, what is shared with you and what public data could be relevant for your context.

#### Setup

1\) Go to your account settings and navigate to Oauth.

2\) Create an Oauth client and copy both the client id and client secret.

3\) Add the redirect url of your AI service to the list of redirect urls on the Oauth page.

<img src="https://4037685487-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mif-_hRu2c99bPrpzIH%2Fuploads%2Fa3KXuGjaPAyIX9uI27u3%2Funknown.png?alt=media&amp;token=c4b32d11-797c-4ba8-b742-e1911d9366e6" alt="" height="358" width="540">

4\) Open the app of your AI service and add a connector.

5\) In the 'add connector wizard' paste the client id, client secret and the following service url:

```
https://mcp.ellipsis-drive.com/oauth
```

{% hint style="info" %}

### MCP service url

It is essential to not skip the /oauth in the url
{% endhint %}
