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.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .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>"
}
}
}
}Araçlar (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"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Yazar
- Box (@box-community)
- Lisans
- MIT
- Sürüm
- 0.2.0
- Yıldızlar
- 210
- Son güncelleme
- 9 Temmuz 2026