box-mcp-server

box-mcp-server

6

The box-mcp-server is a project designed to interface with Box services, allowing users to authenticate and perform actions like searching and reading files through a Model Context Protocol server. It supports JSON Web Token and Developer Token authorization methods and requires specific environment configurations, making it suitable for integration in development environments.

box-mcp-server

Usage

  • Required: BOX_USER_ID
  • Authentication methods include JSON Web Token and Developer Token.

Capabilities

  • File searching and reading
    • Supported formats: PDF, Word

Development

  • Prerequisites: Node.js, npm, git, dotenv
  • Steps: fork, clone, configure dotenv, install dependencies, run server