@apify/actors-mcp-server 0.6.6 → 0.6.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/manifest.json +1 -1
- package/package.json +1 -1
- package/server.json +1 -1
package/README.md
CHANGED
|
@@ -17,15 +17,16 @@
|
|
|
17
17
|
</p>
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
The Apify Model Context Protocol (MCP) server at [**mcp.apify.com**](https://mcp.apify.com) enables your AI agents to extract data from social media, search engines, maps, e-commerce sites,
|
|
20
|
+
The Apify Model Context Protocol (MCP) server at [**mcp.apify.com**](https://mcp.apify.com) enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, and any other website using thousands of ready-made scrapers, crawlers, and automation tools from the [Apify Store](https://apify.com/store). It supports OAuth, allowing you to connect from clients like Claude.ai or Visual Studio Code using just the URL.
|
|
21
21
|
|
|
22
|
-
> **🚀
|
|
22
|
+
> **🚀 Use the hosted Apify MCP Server!**
|
|
23
23
|
>
|
|
24
|
-
> For the easiest setup and most powerful features,
|
|
24
|
+
> For the easiest setup and most powerful features, connect your AI assistant to our hosted server:
|
|
25
25
|
>
|
|
26
26
|
> **[`https://mcp.apify.com`](https://mcp.apify.com)**
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
|
|
28
|
+
Apify MCP Server is compatible with `Claude Code, Claude.ai, Cursor, VS Code` and any client that adheres to the Model Context Protocol.
|
|
29
|
+
Check out the [MCP clients section](#-mcp-clients) for more details or visit the [MCP configuration page](https://mcp.apify.com).
|
|
29
30
|
|
|
30
31
|

|
|
31
32
|
|
package/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": "0.2",
|
|
3
3
|
"name": "apify-mcp-server",
|
|
4
4
|
"display_name": "Apify MCP server",
|
|
5
|
-
"version": "0.6.
|
|
5
|
+
"version": "0.6.7",
|
|
6
6
|
"description": "Extract data from any website using thousands of tools from the Apify Store.",
|
|
7
7
|
"long_description": "Apify is the world's largest marketplace of tools for web scraping, data extraction, and web automation. You can extract structured data from social media, e-commerce, search engines, maps, travel sites, or any other website.",
|
|
8
8
|
"keywords": [
|
package/package.json
CHANGED