@coretext-ai/qa-box-f5e6d7c8-b9a0-4123-8456-567890123456
v1.0.5
Published
MCP server with box integration
Downloads
14
Readme
box-mcp-server
MCP server with box integration
This MCP server was generated using the Template Orchestrator and includes the following integrations:
Available Tools
This MCP server provides 24 tools across 1 integrations:
Box Tools
- box_get_current_user: Get current user information
- box_get_user: Get user by ID
- box_get_folder_info: Get folder information
- box_get_folder_items: List items in a folder
- box_create_folder: Create a new folder
- box_update_folder: Update folder information
- box_delete_folder: Delete a folder
- box_copy_folder: Copy a folder
- box_get_file_info: Get file information
- box_download_file: Download file content
- box_upload_file: Upload a new file
- box_upload_file_version: Upload a new version of an existing file
- box_update_file: Update file information
- box_delete_file: Delete a file
- box_copy_file: Copy a file
- box_get_file_versions: List file versions
- box_search: Search for files and folders
- box_get_collaborations: Get file collaborations
- box_add_collaboration: Add a collaboration
- box_get_collaboration: Get collaboration details
- box_update_collaboration: Update collaboration
- box_delete_collaboration: Remove collaboration
- box_get_comments: Get file comments
- box_add_comment: Add a comment to a file
Installation
npm install @coretext-ai/qa-box-f5e6d7c8-b9a0-4123-8456-567890123456Environment Setup
Create a .env file with the following variables:
BOX_ACCESS_TOKEN=your_box_access_token_hereUsage
Running the server
# Development mode
npm run dev
# Production mode
npm run build && npm startUsing with Claude Desktop
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"box-mcp-server": {
"command": "npx",
"args": ["@coretext-ai/qa-box-f5e6d7c8-b9a0-4123-8456-567890123456"],
"env": {
"BOX_ACCESS_TOKEN": "your_box_access_token_here"
}
}
}
}Instructions for Fetching API Keys/Tokens
- COMING SOON
Generated Information
- Generated at: Thu Jul 24 2025 02:54:03 GMT+0000 (Coordinated Universal Time)
- Orchestrator version: 0.0.2
- Template repository: Coretext-AI-Dev/server-template-v2
- Total endpoints: 24
