> ## 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.

# Claude Code

Connect the Box MCP server with [Claude Code](https://docs.anthropic.com/en/docs/claude-code) to give your AI coding agent direct access to Box content from the command line.

## Prerequisites

* A Box enterprise account with the MCP server enabled by an admin. See [Set up the MCP server](/guides/box-mcp/setup).
* [Claude Code](https://docs.anthropic.com/en/docs/claude-code) installed (`npm install -g @anthropic-ai/claude-code`).

## Enable Box integration in Box

<Badge color="orange" size="lg">Admin</Badge>

1. Sign in to the [Box Admin Console](https://app.box.com/master).
2. 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.
3. 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](/guides/box-mcp/tools).

## Use the integration

<Badge color="green" size="lg">User</Badge>

1. In Claude Code run `/plugin`, search for Box, and install,
   OR
2. Run `claude mcp add box --transport http https://mcp.box.com` in Claude Code.

See Anthropic's docs for details: [Connect Claude Code to tools via MCP - Claude Code Docs](https://code.claude.com/docs/en/mcp).
