Model Context Protocol (MCP) is an open protocol that standardizes how applications provide context to LLMs. MCP servers make building advanced integrations simpler and less time consuming. The Box MCP server lets AI agents and apps use Box content through a single hosted endpoint. Your users authorize access with OAuth; agents call tools (search, Box AI, folders, and more) without you handling raw file payloads in the client.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.

How it works at a glance
Follow this path when you are wiring or extending an integration:- Box hosts MCP at
https://mcp.box.com. You connect your client or agent platform to this URL; you do not run Box’s MCP server yourself for the standard integration. - An admin enables MCP in the Box Admin Console and, for custom clients, creates Integration Credentials (OAuth client ID and client secret, redirect URI, and scopes such as Content Actions).
- Your application passes the MCP endpoint, OAuth credentials, the MCP name
box-remote-mcp, and an authorization token according to your platform’s MCP client requirements.
| If you want to… | Go to |
|---|---|
| Enable MCP in the Admin Console, configure OAuth, and connect your client | Set up the MCP server |
| Look up tool names and what each tool does | Available tools |
