Share:
About
Connect the Box remote MCP server at https://mcp.box.com. Files, folders, search, Box AI. Setup guides for Claude Code, Codex, Cursor, and VS Code.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table
Screenshots
No screenshots yet.
Install Box
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"box": {
"url": "https://…",
"transport": "http",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"box": {
"url": "https://…"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"box": {
"type": "http",
"url": "https://…"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.