box-mcp-server logo

box-mcp-server一款基于 Box 模型上下文协议的服务器,用于搜索、读取和访问文件

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

box-mcp-server 是一个基于 Box 模型上下文协议的服务器,旨在通过模型上下文协议提供文件访问功能。该服务器依赖于身份验证方法,包括可以通过 Box 开发者控制台或付费的 Box 企业账户获得的 JSON Web Tokens(JWT)。用户可以选择使用 JWT 或开发者令牌进行身份验证。服务器需要在开发环境中安装 Node.js(版本 v22 或更高)、npm、git 和 dotenv。该工具主要面向希望在其应用程序或服务中集成 Box 模型上下文协议的开发者。

主要功能

  • 文件搜索
  • 文件读取
  • JSON Web Token(JWT)身份验证
  • 开发者令牌身份验证

价格

模型
Free
评分
暂无评价

使用场景

企业文件管理

box-mcp-server 可用于企业管理其在 Box 上的文件,通过模型上下文协议服务器实现文件搜索和读取。

开发者测试

服务器可用于开发者使用开发者令牌测试 Box 集成,设置和使用非常容易。

优点 & 缺点

优点

  • 支持通过 JWT 持久连接到 Box
  • 使用开发者令牌轻松与 Box 集成
  • 允许搜索和读取文件

缺点

  • 需要 Box 企业账户或免费开发者账户进行设置
  • 开发者令牌仅持续 60 分钟

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the software prerequisites for running the server?

You need Node.js v22 or higher, npm, git, and dotenv installed. The project also requires setting environment variables for either BOX_JWT_BASE64 or BOX_DEV_TOKEN along with BOX_USER_ID.

Asked by Isabela Almeida · Feb 26, 2026

What are the main file operations available?

The server allows searching for files and reading their contents, supporting common formats such as PDF, Word, and other document types through the Box Model Context Protocol.

Asked by Margaret Whitfield · Jan 6, 2026

How do I set up a JWT for persistent access?

Create an application in the Box Developer Console with JWT authorization, generate a public/private key pair, enable enterprise access, and encode the JWT config file in Base64. Then supply the Base64 string in the BOX_JWT_BASE64 environment variable or the BOX_JWT_CONFIG_PATH.

Asked by Sami Virtanen · Dec 22, 2025

What authentication options does box-mcp-server support?

box‑mcp‑server supports two authentication methods: a JSON Web Token (JWT) for a persistent connection, which requires a paid Box enterprise account or a free developer account, and a temporary developer token that lasts 60 minutes.

Asked by Quoc Bui · Dec 1, 2025

提问

服务配缩器 的替代品