box-mcp-server
@MCP-Mirror
关于 box-mcp-server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hmk_box-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"node",
"PATH_TO_YOUR_CLONED_REPO/dist/index.js"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is box-mcp-server?
box-mcp-server is an MCP (Model Context Protocol) server that integrates with Box’s cloud storage to search and read files. It is intended for developers using AI assistants like Claude to access Box content.
How to use box-mcp-server?
Configure the server in your Claude Desktop configuration by running npx box-mcp-server with the environment variable BOX_DEV_TOKEN set to a Box Developer Token. Obtain a developer token from a Box application created in the developer console.
Key features of box-mcp-server
- Searches files stored in Box
- Reads file content
- Supports PDF documents
- Supports Word documents
- Authenticates via Box Developer Token only
Use cases of box-mcp-server
- Allow an AI assistant to find and read files from Box
- Query Box documents without manual downloads
- Integrate Box content into agentic workflows
FAQ from box-mcp-server
What authentication does box-mcp-server support?
Currently, box-mcp-server only supports Box Developer Token authentication. You must set the BOX_DEV_TOKEN environment variable to a valid developer token.
What file types can box-mcp-server read?
The server explicitly supports reading PDF and Word files. Other file types are not confirmed.
What runtime dependencies are required?
Node.js v22 or higher, npm, and git are needed for development. Running the server only requires Node.js and the box-mcp-server package.
Does box-mcp-server support OAuth or service accounts?
No, only Developer Token authentication is documented.
Where does my data reside?
No information about data residency or storage is provided in the README.
文件与存储 分类下的更多 MCP 服务器
md-pdf-mcp (Markdown to PDF MCP Server)
seanivoreMarkdown To PDF Conversion MCP
PDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
Claude Document MCP Server
alejandroBallesterosCA lightweight MCP server for processing, editing, and interacting with PDF, Word, Excel, and CSV documents.
WORK IN PROGRESS - USE WITH CAUTION - Windows:
hanwegMCP server for working with PDF files
评论