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.
Quick Start
Clone the repository:
git clone https://github.com/box/mcp-server-box-remote/Claude Desktop configuration example:
{
"mcpServers": {
"mcp-server-box-remote": {
"command": "npx",
"args": [
"-y",
"box/mcp-server-box-remote"
]
}
}
}Check the repository README for specific installation and configuration instructions.