Box Connector for AI agents.
10 live capabilities
Manage enterprise cloud files and team permissions with natural language.
Waiting for input…
Why people use Box
Box for Enterprise Cloud Content Management
With this Connector, you just ask your AI client to find the file or update the permissions. You can tell your agent to 'find the latest budget draft and give the finance team viewer access.' It handles the navigation and the API calls, so you just get the result you need in a single sentence.
What Vinkius changes
You get a way to talk to your Box storage like a human instead of navigating a file tree.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding a lost invoice
A user asks for 'April invoices' and the agent finds three matching files, providing the metadata for the correct one instantly.
- Real-world use case 02
Onboarding a new hire
An admin asks the agent to give a new employee editor access to the 'Marketing Assets' folder, automating the permission request.
- Real-world use case 03
Auditing permissions
An IT lead asks who has access to a specific folder and the agent retrieves the full list of collaborators and their roles.
Complete set · 10capabilities
The complete Box capability set.
These are the exact actions your AI can choose when you ask it to work with Box.
01—04
4 capabilities in this set.
Part of 10 available through Box.
- 01 Capability
Create collaboration
Invite team members to a folder with specific roles like editor or viewer. This makes it easy to manage permissions without manual dashboard entries.
- 02 Capability
Create folder
Build out new directory structures in your Box account. This helps you maintain a clean and organized file hierarchy.
- 03 Capability
Delete file
Remove individual files from your cloud storage. Use this to quickly clear out old documents or duplicates.
- 04 Capability
Delete folder
Delete entire folders and their contents using a recursive flag. This is the fastest way to wipe out an entire project directory.
05—07
3 capabilities in this set.
Part of 10 available through Box.
- 05 Capability
Get file info
See the size, version history, and parent folder for any specific file. This provides full context on document history and location.
- 06 Capability
Get folder info
Get details on folder creators, modified dates, and parent paths. Use this to audit folder metadata and organization.
- 07 Capability
List folder items
View every file and folder inside a specific directory. This is perfect for seeing exactly what is contained in a project folder.
08—10
3 capabilities in this set.
Part of 10 available through Box.
- 08 Capability
Search content
Find specific items across your entire account using keywords. This is your primary way to discover files when you don't know the exact path.
- 09 Capability
Update file
Change a file's name or update its description. This helps you keep your file names consistent and your metadata accurate.
- 10 Capability
Get current user
Pull profile details for the currently authenticated user. Use this to verify who is currently interacting with the account.
Set up in minutes
One URL. Then ask Box to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Box from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Box, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Box for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Box URL.
- Step 03
Save and start
Save the connection and enable Box in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"box-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Box
Open Agent mode in chat and ask: "Using Box, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"box-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Box
Ask Copilot: "Using Box, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"box-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Box
Open Cascade and ask: "Using Box, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"box-alternative": {
"url": "https://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Box
Ask Cline: "Using Box, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add box-alternative --transport http "https://edge.vinkius.com/vk_preview_7DSkF3dFu6qSaY6k6rdnObjX4QMXhOSNClscXa5o/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Box
Ask Claude: "Using Box, show me...". 10 tools are ready
Where the request belongs
Work Box can move forward.
This is for anyone who spends hours digging through nested folders or manually checking who has access to what. It's for the person whose job relies on finding the right document quickly and keeping team permissions organized.
Project Manager
Manages team access and retrieves project files during meetings using natural language.
Knowledge Worker
Searches for internal resources and checks document versions without leaving their workspace.
IT Admin
Audits folder permissions and manages organizational file metadata via simple AI queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBox
Store, share, and collaborate on files securely with enterprise-grade cloud content management and governance controls.
Fluxiom
Manage digital assets, organize with tags, and oversee collections via AI agents with Fluxiom DAM.
Files.com
Sync, share, and automate file workflows across teams with secure cloud storage that integrates with your existing capabilities.
Egnyte
Store and govern enterprise content with intelligent file management, access controls, and compliance monitoring across teams.
DropBox
Manage your DropBox files and folders. audit storage and sharing via AI.
Zoho WorkDrive
Manage files, folders, and team workspaces via Zoho WorkDrive directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep Box connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Box.
The practical details behind the request, access and result.
Can the Box MCP help me find files with specific keywords?
Yes, it can search your entire Box account for files and folders using any keywords you provide. This makes it much faster to find documents than clicking through folders manually.
How do I give a teammate access to a folder using the Box MCP?
You can simply ask your AI client to invite a teammate to a specific folder and tell it what role they should have, such as editor or viewer.
Can I see the version history of a file?
Yes, the Connector can retrieve detailed metadata for any file, which includes its version history, file size, and the parent folder it lives in.
Does the Box MCP work with my existing folders?
Yes, it connects directly to your current Box account and interacts with your existing folder structures and files.
Is it safe to manage permissions this way?
Yes, the Connector uses your authenticated credentials to perform actions, ensuring that all changes to permissions and files follow your account's security rules.
Can I use this to organize my company's cloud storage?
Absolutely. It is designed to help manage enterprise-grade content, allowing you to build out folder structures and manage team access via natural language.
How do I find my Box Access Token?
Log in to the Box Developer Console, select your app, and generate a Developer Token or use the OAuth settings to obtain an Access Token.
Can I search for content via AI?
Yes! The search_content capability allows your agent to find files and folders across your entire account matching specific keywords.
How do I share a folder programmatically?
Use the create_collaboration capability and provide the folder ID, the recipient's email (login), and their assigned role (e.g., 'editor', 'viewer').
One connection away
Give your agent a direct line to Box.
Connect Box once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available