Back to MCP Servers

Server Box Remote

The Box MCP server allows third party AI agents to securely and seamlessly access Box content and use tools such as search, asking questions from files and folders, and data extraction.

file-systemsaiagent
By box

Installation

npx -y mcp-server-box-remote

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub