Connect the Box MCP server with Claude Code to give your AI coding agent direct access to Box content from the command line.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
- A Box enterprise account with the MCP server enabled by an admin. See Set up the MCP server.
- Claude Code installed (
npm install -g @anthropic-ai/claude-code).
Enable Box integration in Box
Admin- Sign in to the Box Admin Console.
- Go to Integrations and find Claude either by using the MCP Category filter, or by using the search bar at the top of the page.
- Ensure the Claude is enabled for your enterprise by selecting the Availability status to Available to all users.
Verify the connection
After adding the server, start Claude Code and run/mcp to confirm box-remote-mcp is listed and connected. You can then ask Claude Code to interact with your Box content using the available tools.
Use the integration
User- In Claude Code run
/plugin, search for Box, and install, OR - Run
claude mcp add box --transport http https://mcp.box.comin Claude Code.
