Box MCP Server

Filesystemstdiov0.2.0
代码仓库

Official Box MCP server for enterprise content management. Lets AI agents search files, read documents, extract text and metadata, ask questions with Box AI, and manage folders via the Box API. Useful for document analysis, knowledge retrieval, and automating content workflows over files stored in Box.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "box": {
      "command": "uvx",
      "args": [
        "mcp-server-box"
      ],
      "env": {
        "BOX_CLIENT_ID": "<YOUR_BOX_CLIENT_ID>",
        "BOX_CLIENT_SECRET": "<YOUR_BOX_CLIENT_SECRET>"
      }
    }
  }
}

工具 (2)

search_files

Search Box for files and folders matching a query.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    }
  }
}

read_file

Read and extract text content from a Box file by ID.

{
  "type": "object",
  "required": [
    "file_id"
  ],
  "properties": {
    "file_id": {
      "type": "string",
      "description": "Box file ID"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Box (@box-community)
代码仓库
https://github.com/box-community/mcp-server-box
许可证
MIT
版本
0.2.0
星标
210
最后更新
2026年7月9日