How to integrate Box using MCP
Browse and search Box content. This guide creates an MCP server from Arthur's Box template — tools preconfigured against https://api.box.com/2.0 — and finishes by sharing the server's MCP swagger documentation.
Steps
Open the Secrets vault and create a secret named
BOX_API_KEYholding your access token. Create a Box app, complete OAuth 2.0 (or Client Credentials Grant for server-to-server access), and send the resulting access token as Authorization: Bearer. 


Go to the REST API Templates gallery and search for Box.


Click Use template on the Box card to open the server-creation dialog.


Review the server name and select
BOX_API_KEYin the credential field — the dialog only accepts vault secrets, and it lists every tool that will be created.


Click Create server. Arthur creates the server, applies the authentication, and generates all the tools.





Open the server's Tools tab to review the generated tools.

Open the server's Connect section and click Share the MCP swagger documentation — Arthur generates the public documentation link and QR code for this server.



Confirm it worked
The server appears with 3 preconfigured tool(s): list_folder_items, get_file_info, search_content. The Connect section offers the MCP swagger documentation — a shareable page with setup instructions for any AI client.
Good to know
- List items in a Box folder, get details for a file, and search for files, folders, or web links across the account.
- This integration requires a credential (bearer). Get one at https://account.box.com/signup/n/personal.
- Official API documentation: https://developer.box.com/reference/
- Editing a tool later never changes the template — templates are starting points, and the server is fully yours after creation.
Related
Tutorial video