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

# Box MCP server

Model Context Protocol ([MCP](https://modelcontextprotocol.io/introduction)) 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.

<Frame noborder center>
  <img src="https://mintcdn.com/box/J_EwM_J-GUl8Mc67/guides/box-mcp/img/mcp.png?fit=max&auto=format&n=J_EwM_J-GUl8Mc67&q=85&s=99afd1074e1b6218c9604b984e3e3461" alt="MCP" width="2791" height="1604" data-path="guides/box-mcp/img/mcp.png" />
</Frame>

## How it works at a glance

Follow this path when you are wiring or extending an integration:

1. **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.
2. **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**).
3. **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](/guides/box-mcp/setup) |
| Look up tool names and what each tool does                                | [Available tools](/guides/box-mcp/tools)       |

## Platform setup guides

Box MCP Server supports an expanding range of AI platforms. Select a card below to view setup instructions for each one.

<Columns cols={3}>
  <Card title="Anthropic Messages API" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/anthropic.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=f36ccc5d795d4efd47959d985c279d70" href={localizeLink("/guides/box-mcp/integrations/anthropic-messages-api")} arrow="true" width="24" height="24" data-path="static/guides-box-mcp/anthropic.svg" />

  <Card title="Claude Code" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/claude.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=fa5cecbfcbba321a853fd6677bd2c0a5" href={localizeLink("/guides/box-mcp/integrations/claude-code")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/claude.svg" />

  <Card title="Codex" icon="https://mintcdn.com/box/mgZNgJiMvumWd7XU/static/guides-box-mcp/codex.svg?fit=max&auto=format&n=mgZNgJiMvumWd7XU&q=85&s=9e8c54fe247c199fbe197dc46fca6d62" href={localizeLink("/guides/box-mcp/integrations/codex")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/codex.svg" />

  <Card title="Cursor" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/cursor.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=5c167a019bf2ff32cc32223ff9da1a02" href={localizeLink("/guides/box-mcp/integrations/cursor")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/cursor.svg" />

  <Card title="GitHub" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/github.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=1b24a24d063d4926cba62d91c35f47bc" href={localizeLink("/guides/box-mcp/integrations/github-copilot")} arrow="true" width="512" height="512" data-path="static/guides-box-mcp/github.svg" />

  <Card title="Groq Responses API" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/groq.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=778280ac41cc66359ddf44f344dd1fa9" href={localizeLink("/guides/box-mcp/integrations/groq-responses-api")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/groq.svg" />

  <Card title="LangSmith Agent Builder" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/langsmith.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=6e7b1d25c75d7d504698141598849f56" href={localizeLink("/guides/box-mcp/integrations/langsmith-agent-builder")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/langsmith.svg" />

  <Card title="Microsoft Foundry Tools" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/microsoft.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=5894cfdffd33fd695bde11b6757bac72" href={localizeLink("/guides/box-mcp/integrations/microsoft-foundry-tools")} arrow="true" width="512" height="512" data-path="static/guides-box-mcp/microsoft.svg" />

  <Card title="OpenAI AgentKit" icon="openai" href={localizeLink("/guides/box-mcp/integrations/openai-agentkit")} arrow="true" />
</Columns>

<Tip>
  Step-by-step setup for **end-user AI platforms** (for example ChatGPT, Claude, Copilot Studio, Figma, and others) lives in **Box product documentation**—see the [Box Help Center](https://support.box.com/hc/en-us) for the full partner list and platform guides.
</Tip>

<Warning>
  The **self-hosted** Box MCP server (open-source community project) is **deprecated**. Do not start new work on it. Existing references and troubleshooting remain in [Self-hosted Box MCP server (legacy)](/guides/box-mcp/self-hosted) under **Appendix**.
</Warning>

Watch an interview with Box CTO, Ben Kus, and learn how MCP empowers AI agents to work dynamically across platforms, reducing the development effort.

<iframe width="100%" height="500" src="https://www.youtube.com/embed/u_y5_y9JGg4?si=PY2__LklwsGWwiAD" title="MCP: The API standard that makes AI actionable for enterprises | Box AI Explainer Series EP4 with Ben Kus, Box CTO" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
