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
Copy file name to clipboardExpand all lines: README.md
+35-2Lines changed: 35 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ A Model Context Protocol (MCP) server for Genesys Cloud's Platform API.
20
20
21
21
## Usage with Claude Desktop
22
22
23
-
Add this to your `claude_desktop_config.json`:
24
-
25
23
### NPX
26
24
25
+
Add this to your `claude_desktop_config.json`:
26
+
27
27
```json
28
28
{
29
29
"mcpServers": {
@@ -41,6 +41,39 @@ Add this to your `claude_desktop_config.json`:
41
41
}
42
42
```
43
43
44
+
### Desktop Extension
45
+
46
+
This MCP Server provides a Desktop Extension (.dxt file) along with each [release](https://github.com/MakingChatbots/genesys-cloud-mcp-server/releases),
47
+
which is a single-click installable package for Claude Desktop. To use it:
48
+
49
+
1. Download the `.dxt` file from the [latest release](https://github.com/MakingChatbots/genesys-cloud-mcp-server/releases)
50
+
2. In Claude Desktop navigate to Settings > Extensions.
51
+
3. Browse to, or drag in the .dxt file downloaded
52
+
4. Click "Install"
53
+
5. Configure the Region and OAuth Client for the extension
54
+
55
+
The extension will now be available in your conversations.
56
+
57
+
## Usage with Gemini CLI
58
+
59
+
Add below to your `.gemini/settings.json` file. You can read more about the [setup from the official guide](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/tutorials.md#configure-the-mcp-server-in-settingsjson).
0 commit comments