From 061772d8dd2fe44daaa810135ceac0753f559cc5 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 10:28:41 +0800 Subject: [PATCH] Add Box MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/com.box-mcp.json | 52 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 servers/com.box-mcp.json diff --git a/servers/com.box-mcp.json b/servers/com.box-mcp.json new file mode 100644 index 0000000..72dc221 --- /dev/null +++ b/servers/com.box-mcp.json @@ -0,0 +1,52 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.box-mcp", + "name": "Box", + "alias": "box", + "description": "Securely connect AI agents to your enterprise content in Box. Search files and folders, run Box AI, and manage content through Box's official hosted remote MCP server. Authenticates via OAuth in your browser, no local setup required.", + "logo": "https://avatars.githubusercontent.com/u/23900?v=4", + "schema_version": "2.1", + "categories": [ + "file-system", + "productivity" + ], + "tags": [ + "box", + "cloud-storage", + "content-management", + "files", + "documents", + "box-ai", + "enterprise" + ], + "transport": { + "type": "http", + "url": "https://mcp.box.com", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticates via OAuth 2.1 in your browser using your Box account. No token setup needed. An admin must enable MCP in the Box Admin Console for your organization." + }, + "contributor": { + "name": "Box", + "github": "box", + "url": "https://www.box.com" + }, + "links": { + "repository": "https://github.com/box/mcp-server-box-remote", + "homepage": "https://www.box.com/mcp-server", + "documentation": "https://developer.box.com/guides/box-mcp/remote/" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": false + } +}