Skip to content

Commit be76c13

Browse files
vystrcildTC-MO
andauthored
Update sources/platform/integrations/ai/mcp.md
Co-authored-by: Michał Olender <[email protected]>
1 parent b03e5ca commit be76c13

File tree

1 file changed

+4
-4
lines changed
  • sources/platform/integrations/ai

1 file changed

+4
-4
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ The **Apify Model Context Protocol (MCP) Server** allows AI agents and framework
1313

1414
## Why use MCP with Apify?
1515

16-
- *Access a vast tool library:* Instantly provide AI agents with access to thousands of pre-built Apify Actors for web scraping, data extraction, and automation.
17-
- *Dynamic tool discovery:* Unlike static OpenAPI definitions or function calling, MCP lets agents dynamically discover and add new Actors as tools during a session. For example, agents can use operations like `discover-actors` or `add-actor` to find and integrate new capabilities on the fly.
18-
- *Scalability:* Efficiently manage a large and growing number of tools. The MCP server can expose the entire Apify Actor Store without requiring individual API integrations for each Actor.
19-
- *Flexible integration:* Connect via HTTP **Server-sent events (SSE)** for real-time streaming or via local **stdio** transport. Compatible clients include Claude Desktop, VS Code (with MCP extensions), LibreChat, or **[Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client)**. This means you can use MCP in cloud, on-premises, or desktop environments with equal ease.
16+
- _Access a vast tool library:_ Instantly provide AI agents with access to thousands of pre-built Apify Actors for web scraping, data extraction, and automation.
17+
- _Dynamic tool discovery:_ Unlike static OpenAPI definitions or function calling, MCP lets agents dynamically discover and add new Actors as tools during a session. For example, agents can use operations like `discover-actors` or `add-actor` to find and integrate new capabilities on the fly.
18+
- _Scalability:_ Efficiently manage a large and growing number of tools. The MCP server can expose the entire Apify Actor Store without requiring individual API integrations for each Actor.
19+
- _Flexible integration:_ Connect via HTTP Server-sent events (SSE) for real-time streaming or via local stdio transport. Compatible clients include Claude Desktop, VS Code (with MCP extensions), LibreChat, or [Apify Tester MCP Client](https://apify.com/jiri.spilka/tester-mcp-client) This means you can use MCP in cloud, on-premises, or desktop environments with equal ease.
2020

2121
## Common use cases
2222

0 commit comments

Comments
 (0)