Skip to content

Commit 251d8f7

Browse files
MCP casing fix (#811)
* Resolve conflicts * Fix conflict * Add content changes * Improve creating mcp instructions * Change pill colors * Improve description * Address review comments * Address review comments * AI Dev zone and home page adjustments * Apply review changes * Adjust description * Adjust description * Update MPC tooling * Add GA changes * Changes after review * Add Claude Desktop, Le Chat and video demos * Add integrations screenshot * Update footer links * Fix casing --------- Co-authored-by: Justi Sztyper <[email protected]> Co-authored-by: Justyna Sztyper <[email protected]>
1 parent da468b8 commit 251d8f7

File tree

5 files changed

+35
-35
lines changed

5 files changed

+35
-35
lines changed

content/guides/box-mcp/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,33 +5,33 @@ related_guides: []
55
required_guides: []
66
---
77

8-
# Box MCP Server
8+
# Box MCP server
99

1010
Model Context Protocol ([MCP](https://modelcontextprotocol.io/introduction)) is an open protocol that standardizes how applications provide context to LLMs. MCP servers make building advanced integrations simpler and less time consuming.
1111

12-
Box MCP Server allows third party AI agents from platforms like Copilot Studio, Cursor, Mistral AI, Claude, Mistral Le Chat to access Box content seamlessly. It extends the agent’s capabilities by allowing it to perform actions related to content stored in Box.
12+
Box MCP server allows third party AI agents from platforms like Anthropic's Claude, Microsoft Copilot Studio, and Mistral Le Chat to access Box content seamlessly. It extends the agent’s capabilities by allowing it to perform actions related to content stored in Box.
1313

1414
<ImageFrame noborder center>
1515
![MCP](./img/mcp.png)
1616
</ImageFrame>
1717

18-
There are two types of Box MCP Servers:
18+
There are two types of Box MCP servers:
1919

20-
- remote Box MCP Server which you can create or enable in the Box Admin Console. It is hosted directly in Box.
20+
- remote Box MCP server which you can create or enable in the Box Admin Console. It is hosted directly in Box.
2121
<!--alex ignore-->
22-
- self-hosted Box MCP Server which you can clone and host on your local machine, as this version in an open source Box Developer community project.
22+
- self-hosted Box MCP server which you can clone and host on your local machine, as this version in an open source Box Developer community project.
2323
<!--alex enable-->
2424

25-
Check the detailed guides on both types of Box MCP Servers, as the level of the implemented tools differs. Learn how to enable Box MCP Server:
25+
Check the detailed guides on both types of Box MCP servers, as the level of the implemented tools differs. Learn how to enable Box MCP server:
2626

2727
<TileGrid rows="2">
28-
<Tile type="mcp" title="Remote Box MCP Server" href="/guides/box-mcp/remote">
29-
Enable the remote Box MCP Server in the Admin Console. It is hosted directly in Box.
28+
<Tile type="mcp" title="Remote Box MCP server" href="/guides/box-mcp/remote">
29+
Enable the remote Box MCP server in the Admin Console. It is hosted directly in Box.
3030
<div>
3131
<strong style="background-color: #e1ffe7">New</strong>
3232
</div>
3333
</Tile>
34-
<Tile type="mcp" title="Self-hosted Box MCP Server" href="/guides/box-mcp/self-hosted">
34+
<Tile type="mcp" title="Self-hosted Box MCP server" href="/guides/box-mcp/self-hosted">
3535
An open source Box Developer community project. You can clone this Box MCP Sever and host it on your local machine.
3636
<div>
3737
<strong style="background-color: #e8e8e8">Open source</strong>

content/guides/box-mcp/remote/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,36 +5,36 @@ related_guides: []
55
required_guides: []
66
---
77

8-
# Remote Box MCP Server
8+
# Remote Box MCP server
99

10-
[Remote MCP Server](https://modelcontextprotocol.io/introduction) is a standardized way for AI Agents to connect and interact with third-party applications like Box, enabling seamless access to content and AI capabilities across platforms. The Box MCP Server acts as a bridge that allows leading AI Agent platforms — such as Copilot Studio, Claude Enterprise, Mistral Le Chat — to securely query and utilize Box data and AI-powered tools without exposing raw file content. Through OAuth authorization, users can grant AI Agents controlled access to their Box accounts, enabling intelligent document handling, advanced search, and multi-file AI queries directly within these external AI environments.
10+
[Remote Box MCP server](https://modelcontextprotocol.io/introduction) is a standardized way for AI Agents to connect and interact with third-party applications like Box, enabling seamless access to content and AI capabilities across platforms. The Box MCP server acts as a bridge that allows leading AI Agent platforms — such as Copilot Studio, Claude Enterprise, Mistral Le Chat — to securely query and utilize Box data and AI-powered tools without exposing raw file content. Through OAuth authorization, users can grant AI Agents controlled access to their Box accounts, enabling intelligent document handling, advanced search, and multi-file AI queries directly within these external AI environments.
1111

12-
## Access and manage predefined Box MCP Servers
12+
## Access and manage predefined Box MCP servers
1313

1414
1. Click **Integrations** in the sidebar of Box Admin Console.
15-
2. Use *Categories* filter and choose MCP or search for a predefined Box MCP Server in the search field search at the top of the window.
15+
2. Use *Categories* filter and choose MCP or search for a predefined Box MCP server in the search field search at the top of the window.
1616
3. Beside the selected MCP server, click the state, then select the state you want to enable.
1717

1818
<ImageFrame noborder center>
1919
![MCP](./img/integrations-mcp.png)
2020
</ImageFrame>
2121

22-
## Create an unlisted Box MCP Server
22+
## Create an unlisted Box MCP server
2323

2424
1. Click Integrations in the sidebar of Box Admin Console.
25-
2. Search for **Box MCP Server** in the search field search at the top of the window.
26-
4. Hover on the **Box MCP Server** application, then click **Configure**.
25+
2. Search for **Box MCP server** in the search field search at the top of the window.
26+
4. Hover on the **Box MCP server** application, then click **Configure**.
2727
5. In the **Additional Configuration** section, click on **+ Add Integration Credentials**.
2828
6. Copy the generated Client ID and Client Secret.
2929
7. Enter the Redirect URI provided by the external MCP Client.
3030
8. Under Scopes, ensure that *Manage AI Requests* is selected.
3131

32-
## Add Box MCP Server on the Client Side
32+
## Add Box MCP server on the Client Side
3333

3434
To connect to Box from the AI Agent platform, you need to:
3535

3636
* Endpoint URL: `https://mcp.box.com`
37-
* Client ID and Client Secret: Box generates these in the Integration Credentials section of your Admin Console when configuring the Box MCP Server, above.
37+
* Client ID and Client Secret: Box generates these in the Integration Credentials section of your Admin Console when configuring the Box MCP server, above.
3838
* Pass an MCP name: `box-remote-mcp`
3939
* Provide an `authorization_token`
4040

@@ -75,7 +75,7 @@ To add the remote Box MCP server in Azure API Center's Enterprise Registry, foll
7575

7676
### Anthropic's Messages API
7777

78-
Connect the remote Box MCP Server with [Anthropic's Messages API](https://docs.anthropic.com/en/api/messages). Clone [this sample chat bot project](https://github.com/box-community/mcp-client-remote-mcp-react) to get started quickly. It allows you to have a conversation with an Anthropic model, which has access to tools provided by the Box remote MCP server.
78+
Connect the remote Box MCP server with [Anthropic's Messages API](https://docs.anthropic.com/en/api/messages). Clone [this sample chat bot project](https://github.com/box-community/mcp-client-remote-mcp-react) to get started quickly. It allows you to have a conversation with an Anthropic model, which has access to tools provided by the Box remote MCP server.
7979

8080
Watch a video that features a demo project, a React based chat bot that leverages remote Box MCP.
8181

@@ -91,11 +91,11 @@ To enable Box MCP for [Mistral AI’s Le Chat](https://chat.mistral.ai/chat), vi
9191

9292
### Using Box AI Features with the MCP Server
9393

94-
When you use Box AI in third-party applications, you can achieve the best experience and highest quality results by accessing the applications through the Box MCP Server. This ensures full functionality, improved performance, and a seamless user experience.
94+
When you use Box AI in third-party applications, you can achieve the best experience and highest quality results by accessing the applications through the Box MCP server. This ensures full functionality, improved performance, and a seamless user experience.
9595

9696
## Available tools
9797

98-
Remote Box MCP Server includes several tools you can use:
98+
Remote Box MCP server includes several tools you can use:
9999

100100
| Tool | Description|
101101
|--------|--------|

content/guides/box-mcp/self-hosted/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ related_guides: []
55
required_guides: []
66
---
77

8-
# Self-hosted Box MCP Server
8+
# Self-hosted Box MCP server
99

10-
The [Self-hosted Box MCP Server](https://github.com/box-community/mcp-server-box.git) is a Python project that integrates with the Box API to perform various operations such as file search, text extraction, AI-based querying, and data extraction. It leverages the Box Python Next Gen SDK library and provides a set of tools to interact with Box files and folders.
10+
The [Self-hosted Box MCP server](https://github.com/box-community/mcp-server-box.git) is a Python project that integrates with the Box API to perform various operations such as file search, text extraction, AI-based querying, and data extraction. It leverages the Box Python Next Gen SDK library and provides a set of tools to interact with Box files and folders.
1111

1212
## Installation
1313

@@ -16,7 +16,7 @@ The [Self-hosted Box MCP Server](https://github.com/box-community/mcp-server-box
1616
- Python `3.13` or higher
1717
- Box Platform app credentials (Client ID, Client Secret)
1818

19-
Follow the steps from this section to set up the self-hosted Box MCP Server.
19+
Follow the steps from this section to set up the self-hosted Box MCP server.
2020

2121
1. Clone the repository:
2222

@@ -83,9 +83,9 @@ You can also watch a video tutorial and see example usage of Box MCP tools.
8383

8484
<iframe width="100%" height="500" src="https://www.youtube.com/embed/h109CMywlVQ?si=0EIRYyczpxfuidVU" title="Box self-hosted MCP Server" frameborder="0" allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
8585

86-
## Running Box MCP Server locally
86+
## Running Box MCP server locally
8787

88-
To start the Box MCP Server, run the following command:
88+
To start the Box MCP server, run the following command:
8989

9090
```sh
9191
uv --directory /Users/USER_NAME/PATH_TO_PROJECT/mcp-server-box run src/mcp_server_box.py
@@ -171,7 +171,7 @@ Alternatively, in the main Claude navigation choose `Settings`. Select the Devel
171171
```
172172

173173
3. Restart Claude for Desktop.
174-
4. Authenticate the Box MCP Server using `box_authorize_app_tool` tool.
174+
4. Authenticate the Box MCP server using `box_authorize_app_tool` tool.
175175

176176
## Available tools
177177

content/microcopy/headers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ primary:
5858
url: /box-ui-elements
5959

6060
mcp:
61-
text: Box MCP Server
61+
text: Box MCP server
6262
url: /guides/box-mcp/
6363

6464
get_started:
@@ -178,7 +178,7 @@ primary:
178178

179179
details:
180180
text: |-
181-
Learn how to use Box MCP Server, dive into Box AI APIs,
181+
Learn how to use Box MCP server, dive into Box AI APIs,
182182
and discover enhanced metadata extraction with agents.
183183
184184
cta:

content/pages/ai-dev-zone/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,20 +98,20 @@ centered: false
9898
MCP Servers
9999
</Header>
100100
<p style="text-align: left; margin-left: 0;">
101-
These resources will get you up and running with Box MCP Server.
101+
These resources will get you up and running with Box MCP server.
102102
</p>
103103

104104
<TileGrid rows="4">
105-
<Tile type="mcp" title="Remote Box MCP Server"
105+
<Tile type="mcp" title="Remote Box MCP server"
106106
href="/guides/box-mcp/remote">
107-
The remote Box MCP Server allows third party AI systems to securely connect and interact with your content in Box.
107+
The remote Box MCP server allows third party AI systems to securely connect and interact with your content in Box.
108108

109109
<div>
110110
<strong style="background-color: #92e0c0">New</strong>
111111
<strong style="background-color: #e8e8e8">MCP</strong>
112112
</div>
113113
</Tile>
114-
<Tile type="mcp" title="Self-hosted Box MCP Server"
114+
<Tile type="mcp" title="Self-hosted Box MCP server"
115115
href="/guides/box-mcp/self-hosted">
116116
A Python Developer Community open source project. It integrates with the Box API to perform various operations such as file search, text extraction, AI-based querying, and data extraction.
117117

@@ -125,9 +125,9 @@ centered: false
125125
<strong style="background-color: #e8e8e8">Tutorial</strong>
126126
</div>
127127
</Tile>
128-
<Tile type="mcp" title="Box MCP Server and LangChain MCP Adapters"
128+
<Tile type="mcp" title="Box MCP server and LangChain MCP Adapters"
129129
href="https://medium.com/box-developer-blog/using-an-existing-mcp-server-with-langchain-mcp-adapters-94cdd4af6d1b">
130-
Turn Box MCP Server into a LangChain-compatible agent using the LangChain MCP Adapters.
130+
Turn Box MCP server into a LangChain-compatible agent using the LangChain MCP Adapters.
131131

132132
<div>
133133
<strong style="background-color: #e8e8e8">Tutorial</strong>

0 commit comments

Comments
 (0)