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-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,11 +53,11 @@ MCP is an open protocol that enables secure, controlled interactions between AI
53
53
54
54
For more information, see the [Model Context Protocol](https://modelcontextprotocol.org/) website or blogpost [What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/).
55
55
56
-
# 🤖 How is Actors MCP Server related to AI Agents?
56
+
# 🤖 How is MCP Server related to AI Agents?
57
57
58
58
The Apify MCP Server exposes Apify's Actors through the MCP protocol, allowing AI Agents or frameworks that implement the MCP protocol to access all Apify Actors as tools for data extraction, web searching, and other tasks.
59
59
60
-
To learn more, check out the blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/) and Apify's [AI Agent collection](https://apify.com/store/collections/ai_agents).
60
+
To learn more about AI Agents, explore our blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/) and browse Apify's curated [AI Agent collection](https://apify.com/store/collections/ai_agents). Wondering if AI Agents are suitable for your specific needs? Our guide [AI agent workflow: building an agent to query Apify datasets](https://blog.apify.com/ai-agent-workflow/) walks you through practical implementation considerations and use cases.
61
61
62
62
# 🧱 Components
63
63
@@ -93,7 +93,7 @@ You can refer to the specific Actor's documentation for a list of available argu
93
93
### Helper tools
94
94
95
95
The server provides a set of helper tools to discover available Actors and retrieve their details:
96
-
-`get-actor-details`: Retrieves documentation, input schema, and other details about a specific Actor.
96
+
-`get-actor-details`: Retrieves documentation, input schema, and details about a specific Actor.
97
97
-`discover-actors`: Searches for relevant Actors using keywords and returns their details.
98
98
99
99
There are also tools to manage the available tools list. However, dynamically adding and removing tools requires the MCP client to have the capability to manage the tools list, which is typically not supported.
@@ -198,7 +198,7 @@ Alternatively, you can use simple python [client_see.py](https://github.com/apif
198
198
```
199
199
200
200
## ⾕ MCP Server at a local host
201
-
``
201
+
202
202
You can run the Apify MCP Server on your local machine by configuring it with Claude Desktop or any other [MCP clients](https://modelcontextprotocol.io/clients).
203
203
You can also use [Smithery](https://smithery.ai/server/@apify/actors-mcp-server) to install the server automatically.
204
204
@@ -276,7 +276,7 @@ To configure Claude Desktop to work with the MCP server, follow these steps. For
276
276
```
277
277
5. Restart Claude Desktop
278
278
279
-
- Fully quit Claude Desktop (ensure it’s not just minimized or closed).
279
+
- Fully quit Claude Desktop (ensure it's not just minimized or closed).
280
280
- Restart Claude Desktop.
281
281
- Look for the 🔌 icon to confirm that the Exa server is connected.
282
282
@@ -379,7 +379,7 @@ Enum fields and titles are truncated to max 50 options.
379
379
Memory for each Actor is limited to 4GB.
380
380
Free users have an 8GB limit, 128MB needs to be allocated for running `Actors-MCP-Server`.
381
381
382
-
If you need other features or have any feedback, please [submit an issue](https://console.apify.com/actors/1lSvMAaRcadrM1Vgv/issues) in Apify Console to let us know.
382
+
If you need other features or have any feedback, [submit an issue](https://console.apify.com/actors/1lSvMAaRcadrM1Vgv/issues) in Apify Console to let us know.
383
383
384
384
# 🚀 Roadmap (March 2025)
385
385
@@ -392,3 +392,4 @@ If you need other features or have any feedback, please [submit an issue](https:
392
392
- [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/)
393
393
- [What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/)
0 commit comments