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: documentation/docs/mcp/apify-mcp.md
+19-23Lines changed: 19 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,34 +1,29 @@
1
1
---
2
-
title: Apify MCP Extension
3
-
description: Add Apify MCP as a Goose Extension
2
+
title: Apify Extension
3
+
description: Add Apify as a Goose Extension
4
4
---
5
5
6
6
import Tabs from '@theme/Tabs';
7
7
import TabItem from '@theme/TabItem';
8
8
import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructions';
9
9
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
10
+
import { PanelLeft } from 'lucide-react';
10
11
11
12
This tutorial covers how to add the [Apify MCP Server](https://github.com/apify/apify-mcp-server) as a Goose extension, enabling Goose to fetch context directly from Apify’s 6,000+ ready-to-use web scrapers.
12
13
13
14
:::tip TLDR
14
15
<TabsgroupId="interface">
15
16
<TabItemvalue="ui"label="Goose Desktop"default>
16
-
[Launch the installer](goose://extension?cmd=npx&arg=-y&arg=%40apify%2Factors-mcp-server&id=apify-mcp&name=Apify20MCP&description=Apify%20MCP&env=APIFY_TOKEN%3DYour%20API%20Key)
17
+
Use `Add custom extension` in Settings → Extensions to add a `Streamable HTTP` extension type with:
17
18
</TabItem>
18
19
<TabItemvalue="cli"label="Goose CLI">
19
-
**Command**
20
-
```sh
21
-
npx -y @apify/actors-mcp-server
22
-
```
20
+
Use `goose configure` to add a `Remote Extension (Streaming HTTP)` extension type with:
23
21
</TabItem>
24
22
</Tabs>
25
-
**Endpoint URL (HTTP)**
26
-
```
27
-
https://mcp.apify.com
28
-
```
29
-
**Environment Variable**
23
+
24
+
**Endpoint URL**
30
25
```
31
-
APIFY_TOKEN: <YOUR_API_KEY>
26
+
https://mcp.apify.com
32
27
```
33
28
:::
34
29
@@ -40,16 +35,17 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
40
35
41
36
<TabsgroupId="interface">
42
37
<TabItemvalue="ui"label="Goose Desktop"default>
43
-
<GooseDesktopInstaller
44
-
extensionId="apify-mcp"
45
-
extensionName="Apify MCP"
46
-
description="Apify MCP server to fetch data from 6.000+ ready-to-use web scrapers"
0 commit comments