Skip to content

Commit 4d6d21d

Browse files
committed
Moji: Update translations
1 parent 68872d8 commit 4d6d21d

File tree

1 file changed

+30
-8
lines changed

1 file changed

+30
-8
lines changed

guides/box-mcp/remote/index.md

Lines changed: 30 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,27 @@ fullyTranslated: true
3535

3636
## リストに記載されていないBox MCPサーバーを作成する
3737

38-
1. Box管理コンソールのサイドバーにある \[統合] をクリックします。
38+
1. Box管理コンソールのサイドバーにある \[**統合**] をクリックします。
3939
2. ウィンドウ上部にある検索フィールドで**Box MCP Server**を検索します。
4040
3. \[**Box MCP Server**] アプリケーションにカーソルを合わせ、\[**構成**] をクリックします。
4141
4. \[**追加の構成**] セクションで \[**+ 統合資格情報を追加**] をクリックします。
42-
5. 生成されたクライアントIDとクライアントシークレットをコピーします。
43-
6. 外部MCPクライアントから提供されたリダイレクトURIを入力します。
44-
7. \[スコープ]\[_AIリクエストの管理_] が選択されていることを確認します。
42+
5. Enter integration name and click **Save**.
43+
6. Expand details of the newly created entry.
44+
7. Copy the generated **Client ID** and **Client Secret**.
45+
8. Enter the **Redirect URI** provided by the external MCP client.
46+
9. Under **Access Scopes**, enable **Content Actions**.
4547

4648
## クライアント側でBox MCPサーバーを追加する
4749

50+
Exact steps for adding Box MCP server may vary depending on the AI platform. Refer to your platform’s documentation for client-side setup instructions. Check this sample code for reference:
51+
4852
AIエージェントプラットフォームからBoxに接続するには、以下の操作を行う必要があります。
4953

50-
* エンドポイントURL: `https://mcp.box.com`
51-
* クライアントIDとクライアントシークレット: これらは、上記のBox MCPサーバーの構成時に管理コンソールの統合資格情報のセクションで生成されます。
54+
* Add endpoint URL: `https://mcp.box.com`
55+
* Pass client ID and client secret. Box generates these in the Integration Credentials section of your Admin Console when configuring the Box MCP server, above.
5256
* MCP名を渡す: `box-remote-mcp`
5357
* `authorization_token`を指定する
5458

55-
正確な手順はAIプラットフォームによって異なる場合があります。クライアント側での設定手順については、お使いのプラットフォームのドキュメントを参照してください。参考までに、次のサンプルコードを確認してください。
56-
5759
```python
5860
response = await client.beta.messages.create(
5961
model="claude-3-opus-20240229", # Or your preferred model
@@ -90,6 +92,26 @@ Box MCPをClaudeデスクトップアプリと関連付ける方法を紹介す
9092

9193
Azure API CenterのEnterprise RegistryにリモートBox MCPサーバーを追加するには、Azureが提供する手順に従います。詳細な手順とガイダンスは、こちらのMicrosoftの公式ドキュメントで確認できます: [Add an MCP Server in Azure API Center's Enterprise Registry](https://learn.microsoft.com/en-us/azure/api-center/register-discover-mcp-server)
9294

95+
### Amazon Quick Suite
96+
97+
To add the remote Box MCP server in Amazon Quick Suite, follow these steps:
98+
99+
1. In the Amazon Quick Suite console, choose **Integrations** and create new integration by choosing **Model Content Protocol**.
100+
2. Enter a name and a description in the **Create integration** page.
101+
3. Set the MCP server endpoint to `https://mcp.box.com`.
102+
4. Choose Auto-publishing to make the integration immediately available for personal use.
103+
5. Click **Next**, select the authentication method, and provide the required configuration.
104+
105+
* For OAuth, use the client credentials you created in the Box Developer Console when configuring the Box MCP server.
106+
* Add token URL: `https://api.box.com/oauth2/token`.
107+
* Add authorization URL: `https://account.box.com/api/oauth2/authorize`.
108+
* Ensure the Amazon Quick Suite redirect URI is allow‑listed in Box Platform App settings.
109+
110+
6. Grant access to Box.
111+
7. Select **Create and continue**, review the integration, then **Next**. Optionally share the integration with other users.
112+
113+
For details, see Amazon Quick Suite documentation: [Model Context Protocol (MCP) integration](https://docs.aws.amazon.com/quicksuite/latest/userguide/mcp-integration.html).
114+
93115
### AnthropicのMessages API
94116

95117
リモートBox MCPサーバーを[AnthropicのMessages API](https://docs.anthropic.com/en/api/messages)と関連付けます。[こちらのサンプルチャットボットプロジェクト](https://github.com/box-community/mcp-client-remote-mcp-react)を複製すると、すぐに作業を開始できます。これにより、Anthropicモデルとの会話が可能になり、BoxのリモートMCPサーバーが提供するツールにアクセスできます。

0 commit comments

Comments
 (0)