mcp-server-box

box-community/mcp-server-box
★ 101 stars Python 🤖 AI/LLM Updated 4d ago
Securely connect AI agents to your enterprise content in Box
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-box": {
      "command": "uvx",
      "args": [
        "mcp-server-box"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-box