
box mcp
一个基于 TypeScript 的 Box 平台集成工具,用于管理和操作 Box 企业账户。
Repository Info
About This Server
一个基于 TypeScript 的 Box 平台集成工具,用于管理和操作 Box 企业账户。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
セットアップ手順
- リポジトリをクローンする
- 依存関係をインストールする:
pnpm install - pip install 'markitdown[all]'
認証設定
- Box Developer Console で JWT 認証方式の Box アプリケーションを作成
- JWT 設定の JSON をダウンロード
- JWT 設定を base64 でエンコード:
cat your_box_config.json | base64
使い方
pnpm build
利用するツールに応じて、以下のような設定ファイルを準備してください:
{
"mcpServers": {
"box-mcp-server": {
"command": "/path/to/node", // 絶対パスが推奨
"args": ["/path/to/box-mcp/dist/index.js"], // 現在はローカルビルド前提
"env": {
"BOX_JWT_BASE64": "YOUR_BASE64_ENCODED_JWT_CONFIG",
"BOX_ENTERPRISE_ID": "YOUR_BOX_ENTERPRISE_ID",
"NODE_EXTRA_CA_CERTS": "",
"PYTHON_EXE": "" // 自身のpython3のpath
}
}
}
}
Quick Start
Clone the repository
git clone https://github.com/harukikaneko/box-mcpInstall dependencies
cd box-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.