Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/modules/ai/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
* AI
** xref:mcp/index.adoc[MCP]
*** xref:mcp/claude-code.adoc[Claude Code]
*** xref:mcp/claude-code.adoc[Claude Code]
*** xref:mcp/claude-desktop.adoc[Claude Desktop]]
50 changes: 50 additions & 0 deletions docs/modules/ai/pages/mcp/claude-desktop.adoc
Original file line number Diff line number Diff line change
@@ -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.
13 changes: 7 additions & 6 deletions docs/modules/ai/pages/mcp/index.adoc
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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].
- 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.
Loading