Multi-server support
Connect one or more MCP servers, including Apify's MCP server, so a single workflow can reach multiple tools and destinations.
Apify’s MCP connectors collection links Apify Actors with apps and clients that support the Model Context Protocol. It is used to run Apify workflows and pass results into tools such as Slack, Notion, Telegram bots, and other MCP-enabled destinations.
MCP connectors is an Apify collection for connecting Apify Actors to apps and tools that support the Model Context Protocol. The collection page introduces it as a way to plug your Apify Actors into the apps you already use, with links to documentation and an announcement article for implementation details.
The collection highlights example Actors such as Telegram MCP Agent, Universal MCP Connector, and several workflow-specific connectors that send data to tools like Slack and Notion. On the companion Actor page, Apify describes the Universal MCP Connector as a way to run arbitrary workflows on Apify and publish the results to other MCP-supporting platforms.
Connect one or more MCP servers, including Apify's MCP server, so a single workflow can reach multiple tools and destinations.
Use secure authentication stored in Apify Console rather than handling credentials inside the Actor code.
Choose an existing connector or create a new one from the Actor Input page, then point it at the target MCP server URL.
Use a custom query to steer the agent toward the right actions across connected MCP servers, such as creating an issue or sending a Slack message.
Run the connector as a direct workflow driver or attach it as a post-processing step after another Actor finishes.
Publish results to other platforms that support the MCP protocol after Apify has run the workflow.
Run an Apify Actor that gathers or transforms data, then hand the result to an MCP-enabled app for posting, summarizing, or updating a workspace.
Use the Universal MCP Connector as the main driver for a task that needs several steps across different MCP servers, such as fetching data, writing a summary, and sending it to Slack.
Trigger a connector after another Actor finishes so the follow-up step can process the dataset, create a digest, or publish the output elsewhere.
Build a Telegram bot or similar interface that lets people interact in plain language while an AI agent calls Apify MCP tools behind the scenes.
Send scraped or curated data into tools like Notion or Slack when a workflow needs the result to land in a team workspace rather than stay in Apify.
MCP connectors are part of the Apify platform and let you plug Apify Actors into apps and clients that support the MCP protocol. The source pages describe them as a way to run workflows on Apify and publish results to MCP-enabled tools, but they do not list a full compatibility matrix.
The Universal MCP Connector can run arbitrary workflows on Apify and then publish results to other MCP-supporting platforms. The page also describes two ways to use it: directly as a primary workflow driver, or as a post-processing step after another Actor finishes.
The product pages show setup through the Apify Console. You can select an existing connector or create a new one, then provide the MCP server URL and authenticate with OAuth, an API key, or a custom OAuth client when needed.
Apify offers a free plan and paid subscription plans, and Actors in the Apify Store can be free or rented for a monthly fee specific to each Actor. Running them consumes platform usage credits included in the plan; excess usage is billed later.
The Universal MCP Connector page notes limitations such as occasional permission prompts that cannot yet be answered, low reliability of operations, and difficulty processing large datasets efficiently. It also requires running the OpenRouter Actor on your account.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads inside Firecracker micro-VMs. It is designed for workflows that need machine-level isolation, private networking between sandboxes, and programmatic control through SDK, CLI, or MCP.
AakarDev AI helps teams manage AI provider access, project-level setups, logs, and analytics from one dashboard. It supports BYOK workflows and lists providers including OpenAI, Google Gemini, Anthropic, Groq, Mistral AI, and Perplexity AI.
Arduino VENTUNO Q is an edge AI computer for AI and robotics applications. It combines AI inference and deterministic control on a single board and is designed to work with Arduino App Lab.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
Codex Plugins bundle reusable skills, app integrations, and MCP servers into workflows you can install in the Codex app or use from Codex CLI. They help extend Codex with connected-service tasks, reusable instructions, and shared team workflows.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.