Overview
what is box-mcp-server?
box-mcp-server is a Box model context protocol server designed to search, read, and access files stored in Box.
how to use box-mcp-server?
To use box-mcp-server, you need to set up authentication using either a JSON Web Token (JWT) or a developer token. Configure your environment variables with the necessary credentials and run the server using Node.js.
key features of box-mcp-server?
- Search for files in Box
- Read files in various formats (PDF, Word)
- Supports JWT and developer token authentication
use cases of box-mcp-server?
- Accessing and reading documents stored in Box.
- Searching for specific files based on user queries.
- Integrating file access capabilities into applications using Box.
FAQ from box-mcp-server?
- What types of files can be read?
Currently, box-mcp-server supports reading PDF and Word files.
- How do I authenticate with box-mcp-server?
You can authenticate using a JSON Web Token (JWT) or a developer token. Follow the setup instructions in the documentation.
- Is there a limit to the number of files I can search?
There is no specific limit, but performance may vary based on the number of files and the complexity of the search.