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.
「ファイルとストレージ」の他のコンテンツ
md-pdf-mcp (Markdown to PDF MCP Server)
seanivoreMarkdown To PDF Conversion MCP
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
Filesystem MCP Server (@shtse8/filesystem-mcp)
shtse8📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
S3 MCP Server
samuraikunMCP server to integrate AWS S3 and LLM
MCP Filesystem Server
mark3labsGo server implementing Model Context Protocol (MCP) for filesystem operations.
コメント