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

# Gemini Enterprise

<div className="article_labels_list" style={{display: 'none'}} dangerouslySetInnerHTML={{__html: "Admin , Box MCP , P1"}} />

Gemini Enterprise's setup process involves the following steps:

1. Admin configuration in Box
2. End-user connection

## Step 1: Configure Box integration

<Badge color="orange" size="lg">Admin</Badge>

1. Sign in to the [Box Admin Console](https://app.box.com/master).
2. Go to **Integrations** and find **Custom Box MCP Server** either by using the MCP Category filter, or by using the search bar at the top of the page.
3. Go to **Configuration** > **Add Integration Credentials** to generate new credentials.
4. In **Redirect URIs**, change the Box redirect URIs to the redirect URI provided by the external MCP Client.
5. Copy the **Client ID** and **Client Secret** for later use. These are required later for the external MCP Client to authorize the connection.
6. Check the **[Access scopes](/en/box-admin-tools/how-to-guides-for-admins/understanding-requests-to-authorize-or-allow-applications#reviewing-scopes)**.
7. Click **Save**.

## Step 2: Configure end-user connection

<Badge color="green" size="lg">User</Badge>

See [Set up a custom MCP server](https://docs.cloud.google.com/gemini/enterprise/docs/connectors/custom-mcp-server/set-up-custom-mcp-server) from Google Cloud's Documentation.

In the **Authentication** settings, enter the following values:

| Field             | Value                                          |
| ----------------- | ---------------------------------------------- |
| MCP Server URL    | `https://mcp.box.com`                          |
| Authorization URL | `https://account.box.com/api/oauth2/authorize` |
| Token URL         | `https://api.box.com/oauth2/token`             |
| Client ID         | Client ID from Step 1                          |
| Client Secret     | Client Secret from Step 1                      |
| Scopes            | `root_readwrite ai.readwrite docgen.readwrite` |
