Skip to content

Commit a463878

Browse files
authored
Add Box MCP server (#164)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent e5ac06f commit a463878

1 file changed

Lines changed: 52 additions & 0 deletions

File tree

servers/com.box-mcp.json

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.box-mcp",
4+
"name": "Box",
5+
"alias": "box",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/23900?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"file-system",
11+
"productivity"
12+
],
13+
"tags": [
14+
"box",
15+
"cloud-storage",
16+
"content-management",
17+
"files",
18+
"documents",
19+
"box-ai",
20+
"enterprise"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.box.com",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "oauth",
31+
"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."
32+
},
33+
"contributor": {
34+
"name": "Box",
35+
"github": "box",
36+
"url": "https://www.box.com"
37+
},
38+
"links": {
39+
"repository": "https://github.com/box/mcp-server-box-remote",
40+
"homepage": "https://www.box.com/mcp-server",
41+
"documentation": "https://developer.box.com/guides/box-mcp/remote/"
42+
},
43+
"platforms": [
44+
"all"
45+
],
46+
"capabilities": {
47+
"tools": true,
48+
"resources": false,
49+
"prompts": false,
50+
"read_only_mode": false
51+
}
52+
}

0 commit comments

Comments
 (0)