File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55Implementation of an MCP server for all [ Apify Actors] ( https://apify.com/store ) .
66This server enables interaction with one or more Apify Actors that can be defined in the MCP Server configuration.
77
8- The server can be used in two ways:
9- - 🇦 ** Apify MCP Server Actor** : runs an HTTP server with MCP and can be accessed via Server-Sent Events (SSE).
10- - ⾕ ** Apify MCP Server Stdio** : runs the server locally with MCP via standard input/output (stdio).
11-
12- You can test the MCP server using [ Tester MCP Client] ( https://apify.com/jiri.spilka/tester-mcp-client )
8+ The server can be used in several ways:
9+ - ** 🇦 MCP Server Actor** – HTTP server accessible via Server-Sent Events (SSE).
10+ - ** ⾕ MCP Server Stdio** – Local server available via standard input/output (stdio).
11+ - ** 💬 [ Tester MCP Client] ( https://apify.com/jiri.spilka/tester-mcp-client ) ** – Chat-like UI for interacting with the MCP server.
1312
1413# 🎯 What does Apify MCP server do?
1514
You can’t perform that action at this time.
0 commit comments