About
Securely connect AI agents to your enterprise content in Box
README
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
- Remote Box MCP server: https://developer.box.com/guides/box-mcp/remote/
- Authentication guide: https://developer.box.com/guides/authentication/
- API status: https://status.box.com/
- Community: https://community.box.com/
Installing Box Remote
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/box/mcp-server-box-remoteFAQ
Is Box Remote MCP free?
Yes, Box Remote MCP is free — one-click install via Unyly at no cost.
Does Box Remote need an API key?
No, Box Remote runs without API keys or environment variables.
Is Box Remote hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Box Remote in Claude Desktop, Claude Code or Cursor?
Open Box Remote on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Box Remote with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
