MCP Server Box Remote

The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction.
Author:@box
Updated at:

File Systems

Box MCP Server (Remote)

Securely connect MCP-compatible agents to your Box content and Box AI—without moving data out of Box.

> Endpoint: https://mcp.box.com


Overview

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.


Capabilities

The remote Box MCP server provides tools across several areas, such as:

  • User info (e.g., identify the authenticated user)
  • File and folder operations (read content, list folders, search files/folders, etc.)
  • Box AI tools (Q&A across files, metadata extraction, etc.)

For the complete and most up-to-date set of supported tools, see the remote Box MCP server documentation.


Setup

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.

1. Configure an OAuth app in Box

Choose one of the following options:

  • Admin Console flow (preferred): Enable or configure the Box MCP server from Admin Console → Integrations.
  • Developer Console flow: Create an OAuth app with the proper redirect URI and scopes.

For detailed instructions, see the remote Box MCP server guide.

2. Connect from your MCP client

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:

  • Endpoint URL: https://mcp.box.com
  • Name: a name of your choice (e.g., box-remote-mcp)
  • Authorization: Bearer token (via OAuth 2.0)
  • Client ID and Client Secret: obtained from your app’s credentials (Admin Console for the predefined Box MCP Server integration, or Developer Console if you created your own OAuth app)
  • Redirect URI: provided by your client and must be added to your app configuration (via the Admin Console or Developer Console, depending on your flow)

See the remote Box MCP server guide for client-specific connection examples (Claude, Copilot Studio, Le Chat).


OAuth & Discovery

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 <access_token>"

Terms

Use of the Box MCP server and Box APIs is subject to the Box Terms of Service:
https://www.box.com/legal/termsofservice


Support & Docs

MCP Index is your go-to directory for Model Context Protocol servers. Discover and integrate powerful MCP solutions to enhance AI applications like Claude, Cursor, and Cline. Find official and community servers with integration guides and compatibility details.
Copyright © 2025