B

Box

Connect the Box remote MCP server at https://mcp.box.com

Box·No reviews yet
Docs
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.

Frequently Asked Questions

Common questions about Box.

What is the Box MCP server?
The Box MCP server provides access to Box's cloud storage capabilities, including file and folder management, search functionalities, and Box AI features. It allows integration with various platforms to manage Box content programmatically.
How can I connect to the Box MCP server in my development environment?
To connect, you typically configure your MCP client with the server endpoint: https://mcp.box.com. Specific setup guides are available for popular clients like Claude Code, Cursor, and VS Code, detailing the integration process.
Does the Box MCP server require authentication?
Yes, the Box MCP server uses OAuth for authentication. You will need to configure your client with appropriate OAuth credentials to authorize access to your Box account and data.
What core functionalities does the Box MCP offer?
The Box MCP offers tools for managing files and folders, performing searches within your Box content, and leveraging Box AI capabilities. It streamlines common cloud storage operations for developers.
Is there a cost associated with using the Box MCP server?
The cost associated with using the Box MCP server depends on your existing Box account and plan. While the MCP itself facilitates access, the underlying Box service may have usage fees or subscription costs.
Are there any prerequisites for using the Box MCP server?
A key prerequisite for using the Box MCP server is an active Box account. You must also have the necessary permissions and valid OAuth credentials configured to interact with your Box data through the MCP.

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)

Sign in to join the discussion.

No comments yet.