Skip to content

Commit 9443d86

Browse files
authored
fix: Correct readme (#35)
1 parent 92e8aa1 commit 9443d86

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ MCP is an open protocol that enables secure, controlled interactions between AI
5353

5454
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/).
5555

56-
# 🤖 How is Actors MCP Server related to AI Agents?
56+
# 🤖 How is MCP Server related to AI Agents?
5757

5858
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.
5959

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.
6161

6262
# 🧱 Components
6363

@@ -93,7 +93,7 @@ You can refer to the specific Actor's documentation for a list of available argu
9393
### Helper tools
9494

9595
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.
9797
- `discover-actors`: Searches for relevant Actors using keywords and returns their details.
9898

9999
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
198198
```
199199
200200
## ⾕ MCP Server at a local host
201-
``
201+
202202
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).
203203
You can also use [Smithery](https://smithery.ai/server/@apify/actors-mcp-server) to install the server automatically.
204204
@@ -276,7 +276,7 @@ To configure Claude Desktop to work with the MCP server, follow these steps. For
276276
```
277277
5. Restart Claude Desktop
278278

279-
- Fully quit Claude Desktop (ensure its not just minimized or closed).
279+
- Fully quit Claude Desktop (ensure it's not just minimized or closed).
280280
- Restart Claude Desktop.
281281
- Look for the 🔌 icon to confirm that the Exa server is connected.
282282

@@ -379,7 +379,7 @@ Enum fields and titles are truncated to max 50 options.
379379
Memory for each Actor is limited to 4GB.
380380
Free users have an 8GB limit, 128MB needs to be allocated for running `Actors-MCP-Server`.
381381

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.
383383

384384
# 🚀 Roadmap (March 2025)
385385

@@ -392,3 +392,4 @@ If you need other features or have any feedback, please [submit an issue](https:
392392
- [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/)
393393
- [What is MCP and why does it matter?](https://blog.apify.com/what-is-model-context-protocol/)
394394
- [Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)
395+
- [AI agent workflow: building an agent to query Apify datasets](https://blog.apify.com/ai-agent-workflow/)

0 commit comments

Comments
 (0)