About
Overview
The Box MCP Server enables AI agents to interact with Box's enterprise content management platform. It provides tools for file operations, folder management, search, metadata management, and collaboration features like comments and tasks.
Capabilities
Tools & Capabilities
⚡search
Search for files and folders
⚡get_file_content
Get the content of a file
⚡upload_file
Upload a file to Box
⚡list_folder
List items in a folder
⚡create_folder
Create a new folder
⚡add_comment
Add a comment to a file
Setup
Installation
bash
Install
npx -y @box/mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"box": {
"command": "npx",
"args": ["-y", "@box/mcp-server"],
"env": {
"BOX_CLIENT_ID": "your-client-id",
"BOX_CLIENT_SECRET": "your-secret"
}
}
}
}Quick Info
Authorbox
LanguageTypeScript
StatusStable
Stars★ 60
Last UpdatedFeb 12, 2026