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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,18 @@ Implementation of an MCP server for all [Apify Actors](https://apify.com/store).
4
4
This server enables interaction with one or more Apify Actors that can be defined in the MCP server configuration.
5
5
6
6
The server can be used in two ways:
7
-
-**Apify MCP Server Actor**: runs an HTTP server supporting the MCP protocol via Server-Sent Events (SSE).
8
-
-**Apify MCP Server Stdio**: provides support for the MCP protocol via standard input/output stdio.
7
+
-🇦 **Apify MCP Server Actor**: runs an HTTP server supporting the MCP protocol via Server-Sent Events (SSE).
8
+
-⾕ **Apify MCP Server Stdio**: provides support for the MCP protocol via standard input/output stdio.
9
9
10
10
# 🎯 What does Apify MCP server do?
11
11
12
12
The MCP Server Actor allows an AI assistant to use any [Apify Actor](https://apify.com/store) as a tool to perform a specific task.
13
13
For example it can:
14
-
-[Facebook Posts Scraper](https://apify.com/apify/facebook-posts-scraper)extract data from Facebook posts from multiple pages/profiles
15
-
-[Google Maps Email Extractor](https://apify.com/lukaskrivka/google-maps-with-contact-details)extract Google Maps contact details
16
-
-[Google Search Results Scraper](https://apify.com/apify/google-search-scraper)scrape Google Search Engine Results Pages (SERPs)
17
-
-[Instagram Scraper](https://apify.com/apify/instagram-scraper)scrape Instagram posts, profiles, places, hashtags, photos, and comments
18
-
-[RAG Web Browser](https://apify.com/apify/web-scraper)perform web search, scrape the top N URLs from the results, and return content
14
+
-[Facebook Posts Scraper](https://apify.com/apify/facebook-posts-scraper)extracts data from Facebook posts from multiple pages/profiles
15
+
-[Google Maps Email Extractor](https://apify.com/lukaskrivka/google-maps-with-contact-details)extracts Google Maps contact details
16
+
-[Google Search Results Scraper](https://apify.com/apify/google-search-scraper)scrapes Google Search Engine Results Pages (SERPs)
17
+
-[Instagram Scraper](https://apify.com/apify/instagram-scraper)scrapes Instagram posts, profiles, places, hashtags, photos, and comments
18
+
-[RAG Web Browser](https://apify.com/apify/web-scraper)performs web search, scrape the top N URLs from the results, and return content
19
19
20
20
To interact with the Apify MCP server, you can use MCP clients such as [Claude Desktop](https://claude.ai/download), [Superinference.ai](https://superinterface.ai/), or [LibreChat](https://www.librechat.ai/).
21
21
Additionally, you can use simple example clients found in the [examples](https://github.com/apify/actor-mcp-server/tree/main/src/examples) directory.
0 commit comments