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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-server-box-remoteAgent-CoreX intelligently routes which tools from box/mcp-server-box-remote your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-server-box-remote": {
"command": "npx",
"args": [
"-y",
"mcp-server-box-remote"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Secure file operations with configurable access controls
AI-native directory visualization with semantic analysis, ultra-compressed formats for AI consumption, and 10x token reduction. Supports quantum-semantic mode with intelligent file categorization.
Reduce context usage on file use. Send only unified diffs instead of full files (up to 20-100× fewer tokens), and read large files with targeted `grep`/`sed` instead of full reads (up to 500×). Kernel-enforced path confinement hard-locks the agent to a configured root: no accidental reads or writes outside scope. Standalone for your file access or embed in any MCP server (Rust, Node.js, Python via WASM).
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-server-box-remoteAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use box/mcp-server-box-remote directly without routing
npx -y mcp-server-box-remoteNew to Agent-CoreX? View setup guide →