Connects Claude to Box enterprise cloud storage through Pipeworx's gateway infrastructure. The source doesn't list specific tools, but this is part of Pipeworx's larger ecosystem that bridges 725+ data sources to MCP clients. You can either use this dedicated Box endpoint or connect to their full gateway for broader access. Includes an ask_pipeworx natural language interface that translates plain English questions into the appropriate API calls automatically, which saves you from manually invoking individual tools. Reach for this if you're already using Box for enterprise file storage and want Claude to query or interact with your stored content without building custom integrations.
Box (enterprise cloud storage) MCP Pack
Part of Pipeworx — an MCP gateway connecting AI agents to 725+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"box": {
"url": "https://gateway.pipeworx.io/box/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 725+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Box data" })
The gateway picks the right tool and fills the arguments automatically.
MIT