You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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**.
45
47
46
48
## クライアント側でBox MCPサーバーを追加する
47
49
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:
*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.
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)
92
94
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.
* 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).
0 commit comments