Box MCP Server

Filesystemstdiov0.2.0
Repositorio

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.

Conectar

Añade esta configuración a .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>"
      }
    }
  }
}

Herramientas (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"
    }
  }
}

Recursos

Este servidor no expone ningún recurso.

Prompts

Este servidor no expone ningún prompt.

Información del servidor

Autor
Box (@box-community)
Repositorio
https://github.com/box-community/mcp-server-box
Licencia
MIT
Versión
0.2.0
Estrellas
210
Última actualización
9 de julio de 2026