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)
- Лицензия
- MIT
- Версия
- 0.2.0
- Звёзды
- 210
- Последнее обновление
- 9 июля 2026 г.