Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

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.

README.md

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

  • 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/

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Search servers.