Skip to content

Commit

Permalink
docs: Update README.md with missing image, and a section on how is MC…
Browse files Browse the repository at this point in the history
…P related to AI Agents. (#11)

* Update README.md with missing image, and a section on how is MCP related to AI Agents.
  • Loading branch information
jirispilka authored Jan 21, 2025
1 parent 92a6984 commit e922033
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,20 @@ See the [Roadmap](#-roadmap-january-2025) for more details.
The Model Context Protocol (MCP) allows AI applications (and AI agents), such as Claude Desktop, to connect to external tools and data sources.
MCP is an open protocol that enables secure, controlled interactions between AI applications, AI Agents, and local or remote resources.

For more information, see the [Model Context Protocol](https://modelcontextprotocol.org/) website.

# 🤖 How is the Actors MCP server related to AI Agents?

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.
To learn more, read blog post [What are AI agents?](https://blog.apify.com/what-are-ai-agents/).

# 🤖 How is the Actors MCP Server related to AI Agents?

The Apify MCP Server exposes Apify's Actors through the MCP protocol.
This allows AI Agents or Agents frameworks use all Apify Actors as tools to extract data, search the web, or perform other tasks.

To learn more, check out the blog post: [What are AI Agents?](https://blog.apify.com/what-are-ai-agents/).

# 🧱 Components

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

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.

Are you interested in AI Agents and AI applications?
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/).

# 🚀 Roadmap (January 2025)

- Document examples for [LibreChat](https://www.librechat.ai/).
Expand Down
Binary file added docs/actors-mcp-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apify/actors-mcp-server",
"version": "0.1.2",
"version": "0.1.3",
"type": "module",
"description": "Model Context Protocol Server for Apify Actors",
"engines": {
Expand Down

0 comments on commit e922033

Please sign in to comment.