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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Apify Extension
3
-
description: Add Apify as a Goose Extension
3
+
description: Add Apify MCP Server as a Goose Extension
4
4
---
5
5
6
6
import Tabs from '@theme/Tabs';
@@ -9,7 +9,7 @@ import CLIExtensionInstructions from '@site/src/components/CLIExtensionInstructi
9
9
import GooseDesktopInstaller from '@site/src/components/GooseDesktopInstaller';
10
10
import { PanelLeft } from 'lucide-react';
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
+
This tutorial covers how to add the [Apify MCP Server](https://mcp.apify.com) as a Goose extension, enabling Goose to call thousands tools from [Apify Store](https://apify.com/store) to extract data from social media, e-commerce sites, search engines, online maps, or any other website.
13
13
14
14
:::tip TLDR
15
15
<TabsgroupId="interface">
@@ -29,10 +29,6 @@ This tutorial covers how to add the [Apify MCP Server](https://github.com/apify/
29
29
30
30
## Configuration
31
31
32
-
:::info
33
-
Note that you'll need [Node.js](https://nodejs.org/) installed on your system to run this command, as it uses `npx`.
34
-
:::
35
-
36
32
<TabsgroupId="interface">
37
33
<TabItemvalue="ui"label="Goose Desktop"default>
38
34
1. Click the <PanelLeft className="inline" size={16} /> button in the top-left to open the sidebar
@@ -59,8 +55,9 @@ Note that you'll need [Node.js](https://nodejs.org/) installed on your system to
59
55
60
56
## Example Usage
61
57
62
-
The Apify MCP server connects Goose with [Apify](https://apify.com), a platform for web scraping and automation.
63
-
On Apify, tasks are packaged as **Actors** — serverless apps that run scrapers, crawlers, or automation scripts.
58
+
The Apify MCP server lets you connect Goose to [Apify Store](https://apify.com/store), a marketplace of thousands of read-made tools (called _Actors_) for all kinds of web scraping, crawling, and data extraction use cases.
59
+
60
+
In this example, Goose will find an Actor for [scraping LinkedIn posts](https://apify.com/store/categories?search=linkedin) to perform a quick research.
64
61
65
62
-**Thousands of public Actors** for sites like LinkedIn, Google, Amazon, Airbnb
66
63
-**Custom Actors** you can build and run privately
0 commit comments