Skip to main content
File SystemsTypeScript

hmk/box-mcp-server

Box integration for listing, reading and searching files

file-systemscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/hmk/box-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "box-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "hmk/box-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
File Systems
Language
TypeScript
Author
hmk