- Admin configuration in Box
- End-user connection
Step 1: Configure Box integration
Admin- Sign in to the Box Admin Console.
- 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.
- Go to Configuration > Add Integration Credentials to generate new credentials.
- In Redirect URIs, change the Box redirect URIs to the redirect URI provided by the external MCP Client.
- Copy the Client ID and Client Secret for later use. These are required later for the external MCP Client to authorize the connection.
- Check the Access scopes.
- Click Save.
Step 2: Configure end-user connection
User See Set up a 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 |