file systems

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.

cloud
enterprise
file systems
0
View on GitHub

Installation

npx -y box/mcp-server-box-remote

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "mcp-server-box-remote",
  "command": "npx",
  "args": [
    "-y",
    "box/mcp-server-box-remote"
  ]
}

About This MCP Server

box/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.

GitHub: https://github.com/box/mcp-server-box-remote/

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub