An MCP server capable of interacting with the Box API.
2.7K
12 Tools
Version 4.43 or later needs to be installed to add the server automatically
Tools
Name | Description |
---|---|
box_ai_extract_data | " Extract data from a single file in Box using AI. |
box_ask_ai_tool | Ask box ai about a file in Box. |
box_ask_ai_tool_multi_file | Use 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_tool | Authorize the Box application. Start the Box app authorization process return: str: Message |
box_download_file_tool | Download 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_id | List the content of a folder in Box by its ID. |
box_manage_folder_tool | Manage Box folders - create, delete, or update. |
box_read_tool | Read the text content of a file in Box. |
box_search_folder_by_name | Locate a folder in Box by its name. |
box_search_tool | Search for files in Box with the given query. |
box_upload_file_tool | Upload content as a file to Box. |
box_who_am_i | Get 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