n8n node for Model Context Protocol (MCP) server interaction
Top 19.2% on sourcepulse
This n8n community node enables interaction with Model Context Protocol (MCP) servers, allowing n8n workflows to leverage AI models for tool execution and data access. It targets n8n users seeking to integrate AI capabilities into their automation pipelines, providing a standardized way to connect to and utilize various AI tools and resources.
How It Works
The node connects to MCP servers via either Command-line Based Transport (STDIO) or Server-Sent Events (SSE). For STDIO, it executes a specified command to launch the MCP server, passing optional arguments and environment variables. The SSE transport connects to a dedicated endpoint for real-time communication. This dual-transport approach offers flexibility, supporting both local command-line execution and standalone server integrations.
Quick Start & Requirements
N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE=true
.Highlighted Details
MCP_
).N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE
is enabled.Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The README does not explicitly state the license for this specific community node, which may impact commercial use. Environment variables for Docker deployments require specific MCP_
prefixing for MCP servers.
6 days ago
1 day