Use GitHub to install the Box MCP server: discover it on the GitHub MCP Registry, then complete setup in VS Code with GitHub Copilot using the flow below.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.
Prerequisites
- VS Code with GitHub Copilot installed.
GitHub MCP Registry
The Box MCP server is listed on GitHub at the Box MCP server overview page. From there you can open the install flow for supported editors and tools (for example VS Code with Copilot) without hunting for the endpoint URL elsewhere.Enable Box integration in Box
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 GitHub to authorize the connection.
- Check the Access scopes:
- Scopes define the maximum set of actions. Users can only access content they already have permission to view or edit in Box.
- Read all files and folders stored in Box.
- Read and write all files and folders stored in Box.
- Manage AI Requests.
- Click Save.
Enable the integration in VS Code
User- Go to the Box MCP server overview page on GitHub.
- Click Install MCP server.
- You will be redirected to the VS Code editor. Click Install and complete OAuth to grant access to Box.
