VOOZH about

URL: https://apify.com/direct_duty/n8n-mcp-actor

⇱ N8n Mcp Actor Β· Apify


πŸ‘ N8n Mcp Actor avatar

N8n Mcp Actor

Under maintenance

Pricing

from $0.01 / 1,000 results

Go to Apify Store

N8n Mcp Actor

Under maintenance

Bridge between n8n workflows and Model Context Protocol (MCP) servers.

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Sean

Sean

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 months ago

Last modified

Share

Bridge the gap between n8n workflows and the Model Context Protocol (MCP).

The n8n MCP Actor enables your n8n workflows (and other automation tools) to connect directly to any MCP Server. This allows you to leverage AI models, tools, and resources exposed via MCP within your automation pipelines.

πŸš€ Features

  • Protocol Support: Connect via SSE (Server-Sent Events) with POST support, the standard for remote MCP connections.
  • Universal Tool Access: List and execute ANY tool exposed by an MCP server.
  • Resource Management: Read resources directly from the MCP server.
  • Prompt Integration: Retrieve prompts defined in the MCP server for use in your LLM chains.
  • n8n Ready: Designed to work seamlessly with n8n's "Apify" node.

πŸ›  Usage

This Actor is designed to be called via the Apify API, making it perfect for integration with n8n.

Input Configuration

The Actor accepts the following input parameters:

FieldTypeDescriptionRequired
serverUrlStringThe full URL of the MCP server's SSE endpoint (e.g., https://my-server.com/sse).Yes
actionStringThe action to perform (call_tool, list_tools, read_resource, etc.).Yes
toolNameStringName of the tool to execute (required for call_tool).Conditional
argumentsObjectJSON object containing arguments for the tool or prompt.No

Examples

1. List Available Tools

To see what tools an MCP server offers:

{
"serverUrl":"http://localhost:3001/sse",
"action":"list_tools"
}

2. Call a Tool (Weather Example)

To execute the bundled weather tool:

{
"serverUrl":"http://localhost:3001/sse",
"action":"call_tool",
"toolName":"get_weather",
"arguments":{
"city":"London",
"unit":"celsius"
}
}

πŸ“¦ Integration with n8n

  1. Add an Apify node to your n8n workflow.
  2. Select Run Actor.
  3. Choose n8n-mcp-actor.
  4. In the Input field, provide the JSON configuration as shown above.
  5. The output of the node will contain the result from the MCP server (e.g., tool execution result).

πŸ”’ Security

This Actor acts as a bridge. Ensure you trust the MCP server you are connecting to, especially if passing sensitive data in arguments.

πŸ“„ License

Apache 2.0

You might also like

n8n-mcp

nourishing_courier/web-data-for-ai

n8n-mcp

πŸ‘ User avatar

Ani BjΓΆrkstrΓΆm

4

n8n Documentation MCP Server

agentify/n8n-mcp-server

n8n MCP Server provides AI assistants with structured access to n8n node documentation, properties, and validation tools for building and verifying workflows efficiently.

n8n-apify-bridge

jungle_thunder/n8n-apify-bridge

Turn your n8n workflows into data powerhouses. This bridge gives n8n users instant access to 2000 battle-tested Apify tools - web scrapers, AI agents, lead generators, price monitors, and more. No coding required.

πŸ‘ User avatar

Ani BjΓΆrkstrΓΆm

8

n8n Workflow Automation Templates Scraper

scraped/n8n-workflow-automation-templates-scraper

A tool that automatically scrapes and collects n8n workflow automation templates from the n8n for easy access and use.

n8n Community Creators Scraper

lexis-solutions/n8n-community-creators-pr-1275

Scrape top n8n community creators by engagement: capture profiles, reputation metrics, locations, bios, plus linked n8n creator pages with workflow counts and verification for expert discovery and lead generation.

πŸ‘ User avatar

Lexis Solutions

2

N8n Template Scraper

api-empire/n8n-template-scraper

N8n Template Scraper helps you extract structured data from public n8n templates. Retrieve workflow details, integrations, and descriptions efficiently. Designed for automation teams, researchers, and system builders.

N8n Template Scraper

scrapio/n8n-template-scraper

Scrape n8n workflow templates automatically. This actor gathers template metadata, node configurations, integrations, and descriptions. Built for automation engineers, developers, and teams exploring scalable n8n automation ideas.

N8n Template Scraper

futurizerush/n8n-template-scraper

Collects workflow templates from n8n.io with complete workflow

Related articles

How to publish your Apify Actor as an n8n node
Read more