By hmkCreated 4 days ago
starstarstarstarstar

File access and search for Box.

Visit Project
Share this MCP:
X (Formerly Twitter)RedditblueskyThreads by Instagram

Category

Community MCP Server

Tags

BoxCommunityFile AccessFile SearchBox Api

what is Box (community)?

Box (community) is a project that provides file access and search capabilities for Box, a cloud storage and content management platform. It integrates with Model Context Protocol (MCP) to enhance functionality within the Box ecosystem.

How to use Box (community)?

To use Box (community), you need to set up authentication via JSON Web Token (JWT) or developer token. Here are the steps:

  1. JWT Authorization (recommended):
    • Set BOX_JWT_BASE64 via Base64 encoding your JWT configuration file.
    • Provide your BOX_USER_ID.
  2. Developer Token Authorization:
    • Set BOX_DEV_TOKEN using a Box Developer Token (limited to 60 minutes).

Configure the project by setting these environment variables in your Claude Desktop configuration.

Key features of Box (community)?

  • Searching files across your Box account.
  • Reading files in the following formats:
    • PDF
    • Word
  • Integration with Model Context Protocol (MCP) for seamless file access.

Use cases of Box (community)?

  1. Content Retrieval: Quickly find and access files stored in Box.
  2. Document Processing: Read and process PDF and Word files directly from Box.
  3. Developer Integration: Build applications that interact with Box files efficiently.
  4. Testing and Development: Use the developer token for quick testing and prototyping.

FAQ from Box (community)?

  • How do I authenticate with Box (community)?

    You can use either JWT (recommended for long-term connections) or a developer token (for quick testing, limited to 60 minutes).

  • What permissions are required for JWT authorization?

    You need App + Enterprise Access and must enable the make API calls using the as-user header option in the Box Developer Console.

  • Which file formats does Box (community) support for reading?

    Currently, it supports reading PDF and Word documents. Support for other formats may be added in the future.

  • How do I set up the development environment?

    Follow the steps in the Development section: fork the repository, install dependencies, and configure environment variables.