MCP server for Box cloud storage
MCP server for Box cloud storage providing file access and management capabilities through AI assistants.
{
"mcpServers": {
"box": {
"mcpServers": {
"box": {
"env": {
"BOX_CLIENT_ID": "YOUR_BOX_CLIENT_ID",
"BOX_REDIRECT_URL": "http://localhost:8000/callback",
"BOX_CLIENT_SECRET": "YOUR_BOX_CLIENT_SECRET"
},
"args": [
"mcp-server-box"
],
"command": "uvx"
}
}
}
}
}