@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 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, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the [Apify Store](https://apify.com/store).
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
- > **🚀 Try the hosted Apify MCP Server!**
22
+ > **🚀 Use the hosted Apify MCP Server!**
23
23
  >
24
- > For the easiest setup and most powerful features, including the ability to find and use any Actor from Apify Store, connect your AI assistant to our hosted server:
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
- > It supports OAuth, so you can connect from clients like Claude.ai or Visual Studio Code with just the URL.
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
  ![Apify-MCP-server](https://raw.githubusercontent.com/apify/apify-mcp-server/refs/heads/master/docs/apify-mcp-server.png)
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.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apify/actors-mcp-server",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "type": "module",
5
5
  "description": "Apify MCP Server",
6
6
  "mcpName": "com.apify/apify-mcp-server",
package/server.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/apify/apify-mcp-server",
8
8
  "source": "github"
9
9
  },
10
- "version": "0.6.6",
10
+ "version": "0.6.7",
11
11
  "remotes": [
12
12
  {
13
13
  "type": "streamable-http",