Use these steps to enable Box’s hosted MCP endpoint (Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.box.com) and connect your client or agent platform.
Access and manage predefined Box MCP servers
- Click Integrations in the sidebar of Box Admin Console.
- Use Categories filter and choose MCP or search for a predefined Box MCP server in the search field search at the top of the window.
- Beside the selected MCP server, click the state, then select the state you want to enable.

Create an unlisted Box MCP server
- Click Integrations in the sidebar of Box Admin Console.
- Search for Box MCP server in the search field search at the top of the window.
- Hover on the Box MCP server application, then click Configure.
- In the Additional Configuration section, click on + Add Integration Credentials.
- Enter integration name and click Save.
- Expand details of the newly created entry.
- Copy the generated Client ID and Client Secret.
- Enter the Redirect URI provided by the external MCP client.
- Under Access Scopes, enable Content Actions.
Add Box MCP server on the client side
Exact steps for adding Box MCP server may vary depending on the AI platform. Refer to your platform’s documentation for client-side setup instructions. Check this sample code for reference: To connect to Box from the AI Agent platform, you need to:- Add endpoint URL:
https://mcp.box.com - Pass client ID and client secret. Box generates these in the Integration Credentials section of your Admin Console when configuring the Box MCP server, above.
- Pass an MCP name:
box-remote-mcp - Provide an
authorization_token
