Back to MCP Servers
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.
file-systemsaiagent
By box
Installation
npx -y mcp-server-box-remoteConfiguration
{
"mcpServers": {
"mcp-server-box-remote": {
"command": "npx",
"args": ["-y", "mcp-server-box-remote"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes