hmk_box-mcp-server
0
Box MCP Server is a model context protocol server that facilitates searching and reading files like PDFs and Word documents using Box Developer Token authentication. It requires Node.js and npm for development, enabling efficient file management.
box-mcp-server
Usage
- Supports Developer Token authentication.
- To start, set the
BOX_DEV_TOKEN
to a Box Developer Token.
Capabilities
- Searching and Reading files.
- Supports PDF and Word files.
Development
- Requires Node.js, npm, and git.
- Clone the repository and install dependencies.
- Set the
BOX_DEV_TOKEN
environment variable. - Run the development server using
npx
.