> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Box MCPサーバー

Model Context Protocol ([MCP](https://modelcontextprotocol.io/introduction)) は、アプリケーションがLLMにコンテキストを提供する方法を標準化するオープンプロトコルです。MCPサーバーにより、高度な統合をよりシンプルかつ時間をかけずに構築できるようになります。

**Box MCPサーバー**を使用すると、AIエージェントやアプリが、ホストされた単一エンドポイントを介してBoxのコンテンツを利用できます。ユーザーはOAuthでアクセスを承認します。クライアントで生のファイルペイロードを処理しなくても、エージェントが各種ツール (検索、Box AI、フォルダなど) を呼び出すことができます。

<Frame noborder center>
  <img src="https://mintcdn.com/box/qMvmrptl_56Hug64/ja/guides/box-mcp/img/mcp.png?fit=max&auto=format&n=qMvmrptl_56Hug64&q=85&s=c78f5f6deb1890c4f0654dfe2ff00031" alt="MCP" width="2791" height="1604" data-path="ja/guides/box-mcp/img/mcp.png" />
</Frame>

## 仕組みの概要

統合の接続や拡張を行う際は、以下の手順に従います。

1. **Box上で、MCPを`https://mcp.box.com`でホストします**。クライアントまたはエージェントプラットフォームをこのURLに接続します。標準的な統合では、BoxのMCPサーバーを自身で実行する必要はありません。
2. **管理者がBox管理コンソールでMCPを有効にして**、カスタムクライアント用に**統合資格情報** (OAuthクライアントIDとクライアントシークレット、リダイレクトURI、スコープ (**コンテンツ操作**など)) を作成します。
3. **アプリケーション**はプラットフォームのMCPクライアント要件に従って、MCPエンドポイント、OAuth資格情報、MCP名`box-remote-mcp`、承認トークンを渡します。

| 必要な操作                                   | 参照先                                 |
| --------------------------------------- | ----------------------------------- |
| 管理コンソールでMCPを有効にし、OAuthを構成して、クライアントを接続する | [MCPサーバーの設定](/guides/box-mcp/setup) |
| ツール名を検索し、各ツールの機能を確認する                   | [利用可能なツール](/guides/box-mcp/tools)   |

## プラットフォーム設定ガイド

Box MCPサーバーは、幅広いAIプラットフォームをサポートしています。以下のカードを選択して、各プラットフォームの設定手順をご確認ください。

<Tip>
  **エンドユーザー向けAIプラットフォーム** (ChatGPT、Claude、Copilot Studio、Figmaなど) のセットアップ手順は、**Boxの製品ドキュメント**に掲載されています。全パートナーのリストとプラットフォームガイドについては、[サポート対象のAIプラットフォーム](https://docs.box.com/en/box-mcp/supported-ai-platforms)を参照してください。
</Tip>

<Columns cols={3}>
  <Card title="Anthropic Messages API" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/anthropic.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=f36ccc5d795d4efd47959d985c279d70" href={localizeLink("/guides/box-mcp/integrations/anthropic-messages-api")} arrow="true" width="24" height="24" data-path="static/guides-box-mcp/anthropic.svg" />

  <Card title="Claude Code" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/claude.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=fa5cecbfcbba321a853fd6677bd2c0a5" href={localizeLink("/guides/box-mcp/integrations/claude-code")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/claude.svg" />

  <Card title="Codex" icon="https://mintcdn.com/box/mgZNgJiMvumWd7XU/static/guides-box-mcp/codex.svg?fit=max&auto=format&n=mgZNgJiMvumWd7XU&q=85&s=9e8c54fe247c199fbe197dc46fca6d62" href={localizeLink("/guides/box-mcp/integrations/codex")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/codex.svg" />

  <Card title="Cursor" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/cursor.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=5c167a019bf2ff32cc32223ff9da1a02" href={localizeLink("/guides/box-mcp/integrations/cursor")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/cursor.svg" />

  <Card title="GitHub" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/github.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=1b24a24d063d4926cba62d91c35f47bc" href={localizeLink("/guides/box-mcp/integrations/github-copilot")} arrow="true" width="512" height="512" data-path="static/guides-box-mcp/github.svg" />

  <Card title="Groq Responses API" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/groq.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=778280ac41cc66359ddf44f344dd1fa9" href={localizeLink("/guides/box-mcp/integrations/groq-responses-api")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/groq.svg" />

  <Card title="LangSmithエージェントビルダー" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/langsmith.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=6e7b1d25c75d7d504698141598849f56" href={localizeLink("/guides/box-mcp/integrations/langsmith-agent-builder")} arrow="true" width="16" height="16" data-path="static/guides-box-mcp/langsmith.svg" />

  <Card title="Microsoft Foundry Tools" icon="https://mintcdn.com/box/NmGN4B47Pa8A0w_J/static/guides-box-mcp/microsoft.svg?fit=max&auto=format&n=NmGN4B47Pa8A0w_J&q=85&s=5894cfdffd33fd695bde11b6757bac72" href={localizeLink("/guides/box-mcp/integrations/microsoft-foundry-tools")} arrow="true" width="512" height="512" data-path="static/guides-box-mcp/microsoft.svg" />

  <Card title="OpenAI AgentKit" icon="openai" href={localizeLink("/guides/box-mcp/integrations/openai-agentkit")} arrow="true" />
</Columns>

<Warning>
  **セルフホスト**Box MCPサーバー (オープンソースのコミュニティプロジェクト) は、**非推奨**となっています。ここでは新たな操作を行わないでください。既存のリファレンスやトラブルシューティングについては、**付録**内の[セルフホストBox MCPサーバー (レガシー)](/guides/box-mcp/self-hosted) に記載されています。
</Warning>

Box CTOのBen Kusとのインタビューを視聴し、MCPによってAIエージェントがどのようにプラットフォーム間で動的に動作し、開発の手間を軽減しているかをご覧ください。

<iframe width="100%" height="500" src="https://www.youtube.com/embed/u_y5_y9JGg4?si=PY2__LklwsGWwiAD" title="MCP: 企業のためにAIを実用化するためのAPI標準 | Box CTOのBen KusによるBox AI Explainer Series EP4" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen />
