Securely connect MCP-compatible agents to your Box content and Box AI—without moving data out of Box. The remote Box MCP server lets AI agent platforms (e.g., Copilot Studio, Claude, Mistral Le Chat) connect to Box to securely query and use Box data and AI-powered tools, while keeping content protected. Authorization is handled via OAuth so users can grant controlled access from within the client
Add this skill
npx mdskills install box/mcp-server-box-remoteWell-documented remote MCP server with OAuth security and Box AI integration, but overstates permissions
Securely connect MCP-compatible agents to your Box content and Box AI—without moving data out of Box.
Endpoint:
https://mcp.box.com
The remote Box MCP server lets AI agent platforms (e.g., Copilot Studio, Claude, Mistral Le Chat) connect to Box to securely query and use Box data and AI-powered tools, while keeping content protected. Authorization is handled via OAuth so users can grant controlled access from within the client they’re using.
Learn more in the remote Box MCP server guide
Looking for the self-hosted/local version? See box-community/mcp-server-box.
The remote Box MCP server provides tools across several areas, such as:
For the complete and most up-to-date set of supported tools, see the remote Box MCP server documentation.
To connect an MCP client to the remote Box MCP server, you’ll first configure an OAuth app in Box, then use its credentials in your client. The preferred path is to use the predefined Box MCP Server integration in the Admin Console, but in certain flows (e.g., the GitHub MCP registry), you may need to create your own OAuth app in the Developer Console instead.
Choose one of the following options:
For detailed instructions, see the remote Box MCP server guide.
Most clients or platforms let you add a remote MCP server by URL and will guide you through the OAuth flow. Here are some of the details you’ll typically need to provide:
https://mcp.box.combox-remote-mcp)See the remote Box MCP server guide for client-specific connection examples (Claude, Copilot Studio, Le Chat).
The remote Box MCP server is an OAuth‑protected resource backed by Box’s authorization server:
For implementation details, see the Box authentication guide.
Using tokens with the Box API
All Box API calls require a valid Access Token. Example:
curl https://api.box.com/2.0/users/me \
-H "authorization: Bearer "
Use of the Box MCP server and Box APIs is subject to the Box Terms of Service:
https://www.box.com/legal/termsofservice
Install via CLI
npx mdskills install box/mcp-server-box-remoteBox MCP Server (Remote) is a free, open-source AI agent skill. Securely connect MCP-compatible agents to your Box content and Box AI—without moving data out of Box. The remote Box MCP server lets AI agent platforms (e.g., Copilot Studio, Claude, Mistral Le Chat) connect to Box to securely query and use Box data and AI-powered tools, while keeping content protected. Authorization is handled via OAuth so users can grant controlled access from within the client
Install Box MCP Server (Remote) with a single command:
npx mdskills install box/mcp-server-box-remoteThis downloads the skill files into your project and your AI agent picks them up automatically.
Box MCP Server (Remote) works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.