From fe4a2bb86ad3dfb2a0383090cf0bfc989e9b6689 Mon Sep 17 00:00:00 2001 From: tiffany-kobiton Date: Wed, 29 Apr 2026 11:25:00 -0400 Subject: [PATCH] Add Claude Desktop doc and updated linked pages --- docs/modules/ai/nav.adoc | 3 +- docs/modules/ai/pages/mcp/claude-desktop.adoc | 50 +++++++++++++++++++ docs/modules/ai/pages/mcp/index.adoc | 13 ++--- 3 files changed, 59 insertions(+), 7 deletions(-) create mode 100644 docs/modules/ai/pages/mcp/claude-desktop.adoc diff --git a/docs/modules/ai/nav.adoc b/docs/modules/ai/nav.adoc index 9e69028e..681b84cc 100644 --- a/docs/modules/ai/nav.adoc +++ b/docs/modules/ai/nav.adoc @@ -1,3 +1,4 @@ * AI ** xref:mcp/index.adoc[MCP] -*** xref:mcp/claude-code.adoc[Claude Code] \ No newline at end of file +*** xref:mcp/claude-code.adoc[Claude Code] +*** xref:mcp/claude-desktop.adoc[Claude Desktop]] \ No newline at end of file diff --git a/docs/modules/ai/pages/mcp/claude-desktop.adoc b/docs/modules/ai/pages/mcp/claude-desktop.adoc new file mode 100644 index 00000000..158ad6e6 --- /dev/null +++ b/docs/modules/ai/pages/mcp/claude-desktop.adoc @@ -0,0 +1,50 @@ += Kobiton for Claude Desktop +:navtitle: Claude Desktop + +Kobiton for Claude Desktop connects Claude Desktop to the Kobiton mobile testing platform through a native connector. Organization administrators configure the connector once, then users in the organization can connect and start working with Kobiton directly in Claude Desktop. + +== Overview + +After the connector is configured, you can manage devices, run automation tests, and review session results using natural language in Claude Desktop. + +For a full list of available tools and capabilities, see xref:mcp/claude-code.adoc[Kobiton for Claude Code]. + +== Before you begin + +To use Kobiton for Claude Desktop, you need: + +- A Kobiton account +- A paid Claude organization account +- Organization administrator access (for initial setup only) + +== Set up the connector (organization administrator) + +An organization administrator must add the Kobiton connector before users in the organization can connect. + +. Log in to Claude Desktop as an organization administrator. +. Open **Settings**. +. Select **Connectors**. +. Click **Add custom connector**. +. Enter `Kobiton` for the connector name. +. Enter `https://api.kobiton.com/mcp` for the Remote MCP server URL. +. Log in to Kobiton Portal with your credentials to authenticate. + +After this step, the Kobiton connector is available to all users in the organization. + +== Connect as a user + +After an administrator adds the Kobiton connector, individual users can connect from Claude Desktop. + +. Restart Claude Desktop. +. Open **Settings**. +. Select **Connectors**. +. Click **Connect** next to **Kobiton**. +. A browser window opens. Sign in with your Kobiton credentials. + +After authentication, Kobiton tools are available in Claude Desktop. + +== Limitations + +The `uploadAppToStore` tool cannot complete in Claude Desktop. Claude Desktop uses a sandboxed environment that restricts network access to specific external domains. AWS S3, which Kobiton App Store requires for uploads, is not on the allowed domain list. + +To upload apps, use Kobiton Portal or the Kobiton API directly. \ No newline at end of file diff --git a/docs/modules/ai/pages/mcp/index.adoc b/docs/modules/ai/pages/mcp/index.adoc index cb1e5d8d..cafed0cc 100644 --- a/docs/modules/ai/pages/mcp/index.adoc +++ b/docs/modules/ai/pages/mcp/index.adoc @@ -1,9 +1,7 @@ = MCP :navtitle: MCP -Kobiton uses Model Context Protocol (MCP) to connect AI tools such as Claude Code to the Kobiton platform. This integration lets you manage devices, upload apps, run tests, and review results directly from your terminal. - -With MCP, you can perform common mobile testing tasks without switching between tools or navigating the Kobiton portal. +Kobiton uses Model Context Protocol (MCP) to connect AI tools such as Claude Code and Claude Desktop to the Kobiton platform. This integration lets you manage devices, upload apps, run tests, and review results without switching between tools or navigating Kobiton Portal. Common tasks include: @@ -18,7 +16,10 @@ Common tasks include: To use Kobiton with MCP, you need: - A Kobiton account -- Claude Code installed locally -- Access to the Kobiton plugin and MCP connection +- Claude Code or Claude Desktop installed locally +- Access to the Kobiton plugin or connector + +== Setup guides -For setup and usage instructions, see xref:mcp/claude-code.adoc[Kobiton for Claude Code]. \ No newline at end of file +- xref:mcp/claude-code.adoc[Kobiton for Claude Code] — Install the plugin and use Kobiton from the terminal. +- xref:mcp/claude-desktop.adoc[Kobiton for Claude Desktop] — Connect to Kobiton using the native connector in Claude Desktop. \ No newline at end of file