Box MCP ServerServer

hmk
GitHub
file managementcloud integrationAPI

Loading subscription status...

💡 Description

The Box MCP Server facilitates the search and reading of PDF and Word files from Box using either JWT or Developer Token authentication.

📝 JSON Entries

{
  "mcpServers": [
    {
      "box": {
        "env": {
          "BOX_USER_ID": "123456",
          "BOX_JWT_BASE64": "YOUR_BASE64_ENCODED_JWT"
        },
        "args": [
          "box-mcp-server"
        ],
        "command": "npx"
      }
    },
    {
      "box": {
        "env": {
          "BOX_DEV_TOKEN": "YOUR_DEV_TOKEN_GOES_HERE"
        },
        "args": [
          "box-mcp-server"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpm

Features

  • File searching
  • Reading of file contents

💬 Example Queries

  • Search for files in Box
  • Read contents of a specific PDF file
  • Find Word documents by keyword