Box▌

by hmk
Integrate with Box cloud storage to extract PDF text and process Word documents. Ideal for automated document analysis a
Integrates with Box cloud storage to enable searching, reading, and processing of PDF and Word documents for applications like automated document analysis and content extraction.
Both formats append explainx.ai attribution and the canonical URL for this MCP server listing.
best for
- / Automated document processing workflows
- / Content extraction from corporate file repositories
- / Document analysis for enterprise users
capabilities
- / Search files in Box storage
- / Read PDF document contents
- / Extract text from Word documents
- / Process documents for content analysis
- / Access Box enterprise accounts
what it does
Connects to Box cloud storage to search, read, and extract content from PDF and Word documents stored in your Box account.
about
Box is a community-built MCP server published by hmk that provides AI assistants with tools and capabilities via the Model Context Protocol. Integrate with Box cloud storage to extract PDF text and process Word documents. Ideal for automated document analysis a It is categorized under productivity, file systems.
how to install
You can install Box in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
license
BSD-3-Clause
Box is released under the BSD-3-Clause license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
readme
box-mcp-server
Usage
You will need:
BOX_USER_ID
and one of the following:
BOX_JWT_BASE64(recommended)BOX_JWT_CONFIG_PATHBOX_JWT
Auth
JSON Web Token (JWT) Authorization (recommended)
How to get a JWT
Using a JWT Config allows persistent connection to Box.
You will need a paid Box enterprise account, or you can sign up for a free developer account (make sure you are signed out of Box before clicking that link).
Visit the Box Developer Console and create a new application. Make sure the authorization type is JSON Web Token.
Go to Configuration > Add and Manage Public Keys and Generate a Public/Private Keypair.
If you have not already, Box prompt you to set up 2 factor authentication and Authorize the application as an administrator in your box account. You will need to:
- give the application
App + Enterprise Access, and - enable the
make API calls using the as-user headeroption
via the Box Application's Configuration page. Make sure to reauthorize the application if you are modifying these settings.
Base64 encoding JWT
To encode your JWT in Base64, you can use the following command in your terminal:
cat /path/to/your/box-jwt-config.json | base64
Replace /path/to/your/box-jwt-config.json with the actual path to your JWT configuration file. This will output the Base64 encoded JWT which you can then use in your environment variables.
Claude Desktop Configuration
{
"mcpServers": {
"box": {
"command": "npx",
"args": ["box-mcp-server"],
"env": {
"BOX_JWT_BASE64": "YOUR_BASE64_ENCODED_JWT",
"BOX_USER_ID": "123456"
}
}
}
}
Developer Token Authorization (easiest)
Using a developer token is the easiest way to integrate with Box, but will only last 60 minutes.
To get started, set the BOX_DEV_TOKEN to a Box Developer Token.
Begin by visiting the Box Developer Console and create a new application. The authorization type does not currently matter, as all support Box Developer Token.
Once your application is created, navigate to its configuration setings and click Generate Developer Token.
Claude Desktop Configuration
{
"mcpServers": {
"box": {
"command": "npx",
"args": ["box-mcp-server"],
"env": {
"BOX_DEV_TOKEN": "YOUR_DEV_TOKEN_GOES_HERE"
}
}
}
}
Capabilities
- Searching files
- Reading files
- Word
- Others
Development
Prerequisites
Before you begin, ensure you have the following installed:
- Node.js (recommended v22 or higher)
- npm
- git
- dotenv
Setting up Development Environment
To set up the development environment, follow these steps:
-
Fork the repository
- Click the "Fork" button in the top-right corner of this repository
- This creates your own copy of the repository under your Github acocunt
-
Clone Your Fork:
git clone https://github.com/YOUR_USERNAME/box-mcp-server.git cd box-mcp-server -
Add Upstream Remote
git remote add upstream https://github.com/hmk/box-mcp-server.git -
Copy the dotenv file
cp .env.template .env -
Install dependencies:
npm install -
Run watch to keep index.js updated:
npm run watch -
Start the model context protocol development server:
dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js -
If the development server did not load the environment variable correctly, set the
BOX_DEV_TOKENon the left-hand side of the mcp inspector.
FAQ
- What is the Box MCP server?
- Box is a Model Context Protocol (MCP) server profile on explainx.ai. MCP lets AI hosts (e.g. Claude Desktop, Cursor) call tools and resources through a standard interface; this page summarizes categories, install hints, and community ratings.
- How do MCP servers relate to agent skills?
- Skills are reusable instruction packages (often SKILL.md); MCP servers expose live capabilities. Teams frequently combine both—skills for workflows, MCP for APIs and data. See explainx.ai/skills and explainx.ai/mcp-servers for parallel directories.
- How are reviews shown for Box?
- This profile displays 50 aggregated ratings (sample rows for discoverability plus signed-in user reviews). Average score is about 4.6 out of 5—verify behavior in your own environment before production use.
Discussion
Product Hunt–style comments (not star reviews)- No comments yet — start the thread.
Ratings
4.6★★★★★50 reviews- ★★★★★Shikha Mishra· Dec 28, 2024
We evaluated Box against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Noah Garcia· Dec 24, 2024
We wired Box into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
- ★★★★★Ava Shah· Dec 12, 2024
Box reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
- ★★★★★Noah Wang· Dec 8, 2024
Box has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
- ★★★★★Noor Desai· Dec 8, 2024
We evaluated Box against two servers with overlapping tools; this profile had the clearer scope statement.
- ★★★★★Isabella Martinez· Nov 27, 2024
Box is a well-scoped MCP server in the explainx.ai directory — install snippets and categories matched our Claude Code setup.
- ★★★★★Anika Kapoor· Nov 15, 2024
According to our notes, Box benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
- ★★★★★Noor Abbas· Nov 15, 2024
Box is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
- ★★★★★Noor Patel· Nov 3, 2024
I recommend Box for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
- ★★★★★Noor Park· Oct 22, 2024
Strong directory entry: Box surfaces stars and publisher context so we could sanity-check maintenance before adopting.
showing 1-10 of 50