How to Use the Box MCP in Claude Code
Manage Box file systems, collaborators, and metadata directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Box MCP to Claude Code
Create your Vinkius account to connect Box to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Scriptable Box directory management
The `create_folder` tool lets Claude Code generate new directories in Box right from your CLI. By sending a parent ID of "0", Claude Code spins up folders at the root level, ready for script pipelines. Once folders are created, Claude Code runs `create_collaboration` to share them. It inputs the collaborator's email and assigns roles like editor or previewer to automate access control.
Terminal-based Box search and inspection
The `search_content` tool lets Claude Code run deep searches across your Box files without a GUI. You can pipe terminal commands to Claude Code, and it will search Box to locate the exact file IDs you need. To inspect assets, Claude Code uses `get_file_info` to print file sizes, versions, and SHA1 hashes. It can also run `get_folder_info` to output creator details and modified timestamps to your shell.
Fast file modifications via this MCP Server
The `update_file` tool gives Claude Code the power to rename files and modify descriptions on Box. This is perfect for CI/CD scripts that need to tag files with build numbers or commit hashes. For file removal, Claude Code calls `delete_file` or `delete_folder`. If a folder has contents, Claude Code passes the recursive flag as true to clean out the directory in one command.
Set up Box MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seebox-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Box transactions." It will automatically discover and invoke the available Box tools.
claude mcp add --transport http box-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Box MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Box MCP today
We host it, we monitor it, we maintain it. You just paste one token.