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
+16-9Lines changed: 16 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,13 +201,18 @@ npm run build
201
201
202
202
#### Claude Desktop
203
203
204
-
Configure Claude Desktop to recognize the MCP server.
205
-
Make sure that you enable developer mode in Claude Desktop to access the configuration settings.
204
+
To configure Claude Desktop to work with the MCP server, follow these steps. For a detailed guide, refer to the [Claude Desktop Users Guide](https://modelcontextprotocol.io/quickstart/user).
206
205
207
-
1. Open your Claude Desktop configuration and edit the following file:
206
+
1. Download Claude for desktop
207
+
- Available for Windows and macOS.
208
+
- For Linux users, you can build a Debian package using this [unofficial build script](https://github.com/aaddrick/claude-desktop-debian).
209
+
2. Open the Claude Desktop app and enable **Developer Mode** from the top-left menu bar.
210
+
3. Once enabled, open **Settings** (also from the top-left menu bar) and navigate to the **Developer Option**, where you'll find the **Edit Config** button
211
+
4. Open configuration file and edit the following file:
208
212
209
213
- On macOS: `~/Library/Application\ Support/Claude/claude_desktop_config.json`
210
214
- On Windows: `%APPDATA%/Claude/claude_desktop_config.json`
215
+
- On Linux: `~/.config/Claude/claude_desktop_config.json`
211
216
212
217
```json
213
218
{
@@ -222,14 +227,14 @@ Make sure that you enable developer mode in Claude Desktop to access the configu
222
227
}
223
228
}
224
229
```
225
-
Alternatively, you can use the following command to select one or more Apify Actors:
230
+
Alternatively, you can use `actors` argument to select one or more Apify Actors:
0 commit comments