Box

Box

An MCP server capable of interacting with the Box API.

2.7K

12 Tools

Packaged by
Requires Configuration
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

Tools

NameDescription
box_ai_extract_data" Extract data from a single file in Box using AI.
box_ask_ai_toolAsk box ai about a file in Box.
box_ask_ai_tool_multi_fileUse Box AI to analyze and respond to a prompt based on the content of multiple files. This tool allows users to query Box AI with a specific prompt, leveraging the content of multiple files stored in Box. The AI processes the files and generates a response based on the provided prompt.
box_authorize_app_toolAuthorize the Box application. Start the Box app authorization process return: str: Message
box_download_file_toolDownload a file from Box and return its content as a string. Supports text files (returns content directly) and images (returns base64-encoded). Other file types will return an error message. Optionally saves the file locally.
box_list_folder_content_by_folder_idList the content of a folder in Box by its ID.
box_manage_folder_toolManage Box folders - create, delete, or update.
box_read_toolRead the text content of a file in Box.
box_search_folder_by_nameLocate a folder in Box by its name.
box_search_toolSearch for files in Box with the given query.
box_upload_file_toolUpload content as a file to Box.
box_who_am_iGet the current user's information. This is also useful to check the connection status. return: str: The current user's information.

Manual installation

You can install the MCP server using:

Installation for

Related servers