Box MCP Server
box-mcp-server
使用法
必要なもの:
BOX_USER_ID
および次のいずれか:
BOX_JWT_BASE64(推奨)BOX_JWT_CONFIG_PATHBOX_JWT
Related MCP server: mcp-pdf-tools
認証
JSON Web Token (JWT) 認証 (推奨)
JWTを取得する方法
JWT Config を使用すると、Box への永続的な接続が可能になります。
有料の Box エンタープライズ アカウントが必要になります。または、無料の開発者アカウントにサインアップすることもできます (リンクをクリックする前に、Box からサインアウトしていることを確認してください)。
Box開発者コンソールにアクセスし、新しいアプリケーションを作成します。認証タイプがJSON Web Tokenであることを確認してください。
Configuration > Add and Manage Public Keysに移動し、公開鍵と秘密鍵のペアを生成してください。まだ設定していない場合は、2要素認証の設定と、Boxアカウントでアプリケーションを管理者として承認するよう求められます。以下の手順が必要です。
アプリケーションに
App + Enterprise Access付与し、make API calls using the as-user header有効にする
Boxアプリケーションの設定ページから設定できます。これらの設定を変更する場合は、必ずアプリケーションを再認証してください。
Base64エンコードされたJWT
JWT を Base64 でエンコードするには、ターミナルで次のコマンドを使用します。
cat /path/to/your/box-jwt-config.json | base64/path/to/your/box-jwt-config.jsonをJWT設定ファイルへの実際のパスに置き換えてください。これにより、Base64エンコードされたJWTが出力され、環境変数で使用できます。
クロードデスクトップ構成
{
"mcpServers": {
"box": {
"command": "npx",
"args": ["box-mcp-server"],
"env": {
"BOX_JWT_BASE64": "YOUR_BASE64_ENCODED_JWT",
"BOX_USER_ID": "123456"
}
}
}
}開発者トークンの承認(最も簡単)
開発者トークンを使用するのが Box と統合する最も簡単な方法ですが、有効期間は 60 分のみです。
開始するには、 BOX_DEV_TOKEN Box 開発者トークンに設定します。
まず、Box開発者コンソールにアクセスして新しいアプリケーションを作成します。すべてのアプリケーションがBox開発者トークンをサポートしているため、認証の種類は現在のところ問いません。
アプリケーションが作成されたら、その構成設定に移動して、 Generate Developer Tokenクリックします。
クロードデスクトップ構成
{
"mcpServers": {
"box": {
"command": "npx",
"args": ["box-mcp-server"],
"env": {
"BOX_DEV_TOKEN": "YOUR_DEV_TOKEN_GOES_HERE"
}
}
}
}機能
ファイルの検索
ファイルの読み取り
[x] PDF
[x] 単語
[ ] その他
発達
前提条件
始める前に、以下がインストールされていることを確認してください。
Node.js(v22以上を推奨)
npm
ギット
ドテンヴ
開発環境の設定
開発環境をセットアップするには、次の手順に従います。
リポジトリをフォークする
このリポジトリの右上隅にある「フォーク」ボタンをクリックします
これにより、Githubアカウントの下にリポジトリのコピーが作成されます。
フォークのクローンを作成する:
git clone https://github.com/YOUR_USERNAME/box-mcp-server.git cd box-mcp-server上流リモートを追加
git remote add upstream https://github.com/hmk/box-mcp-server.gitdotenvファイルをコピーする
cp .env.template .env依存関係をインストールします:
npm installindex.js を最新の状態に保つために watch を実行します。
npm run watchモデル コンテキスト プロトコル開発サーバーを起動します。
dotenv npx @modelcontextprotocol/inspector node PATH_TO_YOUR_CLONED_REPO/dist/index.js開発サーバーが環境変数を正しくロードしなかった場合は、mcp インスペクターの左側で
BOX_DEV_TOKENを設定します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceAn MCP server that provides a tool to extract text content from local PDF files, supporting both standard PDF reading and OCR capabilities with optional page selection.133
- AlicenseAquality-maintenanceAn MCP server that enables users to read, search, and analyze PDF documents. It provides tools for extracting text, viewing metadata, searching content with context, and generating word statistics.5
- Alicense-qualityCmaintenanceAn MCP server that enables file system search and inspection, including directory listing, regex-based file name and content searches, and reading text, PDF, and DOCX files.1MIT
- AlicenseAqualityDmaintenanceMCP server that enables searching and reading binary document files (PDF, DOCX, PPTX, XLSX, ODT, ODS, ODP, RTF, EPUB) using regex patterns and retrieving content by sections.2MIT
Related MCP Connectors
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
MCP Server for JFrog, providing tools for development and artifact management.
MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hmk/box-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server