Skip to content

Commit e922033

Browse files
authored
docs: Update README.md with missing image, and a section on how is MCP related to AI Agents. (#11)
* Update README.md with missing image, and a section on how is MCP related to AI Agents.
1 parent 92a6984 commit e922033

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,20 @@ See the [Roadmap](#-roadmap-january-2025) for more details.
4242
The Model Context Protocol (MCP) allows AI applications (and AI agents), such as Claude Desktop, to connect to external tools and data sources.
4343
MCP is an open protocol that enables secure, controlled interactions between AI applications, AI Agents, and local or remote resources.
4444

45+
For more information, see the [Model Context Protocol](https://modelcontextprotocol.org/) website.
46+
47+
# 🤖 How is the Actors MCP server related to AI Agents?
48+
49+
The Apify MCP server exposes Apify's Actors via MCP protocol. An AI Agent or framework (such as Langchain) can readily use all Apify Actors as tool to extract data, search the web, or perform other tasks.
50+
To learn more, read blog post [What are AI agents?](https://blog.apify.com/what-are-ai-agents/).
51+
52+
# 🤖 How is the Actors MCP Server related to AI Agents?
53+
54+
The Apify MCP Server exposes Apify's Actors through the MCP protocol.
55+
This allows AI Agents or Agents frameworks use all Apify Actors as tools to extract data, search the web, or perform other tasks.
56+
57+
To learn more, check out the blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/).
58+
4559
# 🧱 Components
4660

4761
## Tools
@@ -321,9 +335,6 @@ Free users have an 8GB limit, 128MB needs to be allocated for running `Actors-MC
321335

322336
If you need other features or have any feedback, please [submit an issue](https://console.apify.com/actors/3ox4R101TgZz67sLr/issues) in Apify Console to let us know.
323337

324-
Are you interested in AI Agents and AI applications?
325-
Visit the [Model Context Protocol](https://modelcontextprotocol.org/) website and read blog post [What are AI agents?](https://blog.apify.com/what-are-ai-agents/).
326-
327338
# 🚀 Roadmap (January 2025)
328339

329340
- Document examples for [LibreChat](https://www.librechat.ai/).

docs/actors-mcp-server.png

118 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apify/actors-mcp-server",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"type": "module",
55
"description": "Model Context Protocol Server for Apify Actors",
66
"engines": {

0 commit comments

Comments
 (0)