Skip to main content

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.

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

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 clientSet up the MCP server
Look up tool names and what each tool doesAvailable 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.
https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/anthropic.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=f36ccc5d795d4efd47959d985c279d70

Anthropic Messages API

https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/claude.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=fa5cecbfcbba321a853fd6677bd2c0a5

Claude Code

https://mintcdn.com/box/mgZNgJiMvumWd7XU/static/guides-box-mcp/codex.svg?fit=max&auto=format&n=mgZNgJiMvumWd7XU&q=85&s=9e8c54fe247c199fbe197dc46fca6d62

Codex

https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/cursor.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=5c167a019bf2ff32cc32223ff9da1a02

Cursor

https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/github.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=1b24a24d063d4926cba62d91c35f47bc

GitHub

https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/groq.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=778280ac41cc66359ddf44f344dd1fa9

Groq Responses API

https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/langsmith.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=6e7b1d25c75d7d504698141598849f56

LangSmith Agent Builder

https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/microsoft.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=5894cfdffd33fd695bde11b6757bac72

Microsoft Foundry Tools

OpenAI AgentKit

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 for the full partner list and platform guides.
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) under Appendix.
Watch an interview with Box CTO, Ben Kus, and learn how MCP empowers AI agents to work dynamically across platforms, reducing the development effort.