From 3eb07f3930371e35330b9e261bdfb61c408d1922 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 19:50:43 +0000 Subject: [PATCH] Editorial: Headings section - Changed to sentence case; Arcade Terminology section - Corrected "MCP Gateway" to "MCP gateway" --- .../mcp-clients/claude-desktop/page.mdx | 32 +++++++++++-------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/app/en/guides/tool-calling/mcp-clients/claude-desktop/page.mdx b/app/en/guides/tool-calling/mcp-clients/claude-desktop/page.mdx index dfe67af94..17d225ad3 100644 --- a/app/en/guides/tool-calling/mcp-clients/claude-desktop/page.mdx +++ b/app/en/guides/tool-calling/mcp-clients/claude-desktop/page.mdx @@ -1,3 +1,4 @@ +```mdx import { Steps, Callout } from "nextra/components"; import { SignupLink } from "@/app/_components/analytics"; import Image from "next/image"; @@ -32,12 +33,14 @@ export const STEP_7_DARK_HEIGHT = 2458; export const STEP_7_LIGHT_WIDTH = 1848; export const STEP_7_LIGHT_HEIGHT = 2450; + + # Use Arcade in Claude Desktop -Connect Claude Desktop to an Arcade MCP Gateway. +Connect Claude Desktop to an Arcade MCP gateway. @@ -45,7 +48,7 @@ Connect Claude Desktop to an Arcade MCP Gateway. 1. Create an Arcade account 2. Get an [Arcade API key](/get-started/setup/api-keys) -3. Create an [Arcade MCP Gateway](/guides/create-tools/mcp-gateways) and select the tools you want to use +3. Create an [Arcade MCP gateway](/guides/create-tools/mcp-gateways) and select the tools you want to use @@ -61,7 +64,7 @@ Connect Claude Desktop to an Arcade MCP Gateway. ### Go to your Claude Desktop setting page -On the bottom left corner of Claude Desktop, click on your user avatar to open the settings menu, then click on the "Settings" button. +On the bottom left corner of Claude Desktop, click your user avatar to open the settings menu, then click the "Settings" button. {"Step -### Add a Custom Connector +### Add a custom connector -On the settings page, click on the "Connectors" tab, and then on the "Add custom Connector" button. +On the settings page, click the "Connectors" tab, and then on the "Add custom Connector" button. {"Step -A modal dialog will open asking you for a name and a URL. Enter a name for your connector, and the URL of your MCP Gateway. Then, click on the "Add" button. +A modal dialog will open asking you for a name and a URL. Enter a name for your connector, and the URL of your MCP gateway. Then, click the "Add" button. {"Step -### authenticate with your Arcade account +### Authenticate with your Arcade account -You will see a new connector added to your list of connectors. Click on the "Connect" button to authenticate with your Arcade account. +You will see a new connector added to your list of connectors. Click the "Connect" button to authenticate with your Arcade account. {"Step -Your browser will open a new tab to authenticate with your Arcade account. Check that the URL matches the one in the modal dialog, and then click on the "Allow" button. +Your browser will open a new tab to authenticate with your Arcade account. Check that the URL matches the one in the modal dialog, and then click the "Allow" button. {"Step -### Configure the MCP Gateway +### Configure the MCP gateway -Now Claude Desktop is connected to your MCP Gateway, it's a good time to configure the MCP Gateway to your needs. Click on the "Configure" button to open the configuration dialog. +Now Claude Desktop connects to your MCP gateway, it's a good time to configure the MCP gateway to your needs. Click the "Configure" button to open the configuration dialog. {"Step -In this configuration pane, you can configure which tools are available to Claude Desktop, and whether or not they require human confirmation. On this example MCP gateway, we require human confirmation for all tools that may have destructive actions, or actions with potentially undesired consequences. +In this configuration pane, you can configure which tools are available to Claude Desktop, and whether or not they require human confirmation. On this example MCP gateway, confirmation is required for all tools that may have destructive actions, or actions with potentially undesired consequences. {"Step -### Try it out! +### Try it out -You can now open a new chat within Claude Desktop. Ensure that your connector is enabled, and the ask the agent to use a tool! +You can now open a new chat within Claude Desktop. Ensure that your connector works, and the ask the agent to use a tool. +``` \ No newline at end of file