n8n-nodes-mcp is a custom node for n8n that enables interaction with Model Context Protocol servers within workflow automation.
The node solves the problem of connecting AI models to external tools and data sources by implementing the Model Context Protocol standard. It allows workflows to connect to MCP servers, access resources, execute tools, and use prompts in a standardized way. The node supports multiple transport methods: command-line based transport using STDIO for local servers, and HTTP Streamable transport as the modern recommended approach for new implementations. Server-Sent Events transport remains available for legacy compatibility but is deprecated.
Teams building AI agent workflows in n8n should adopt this node when they need to integrate external tools and data sources through the MCP standard. It suits projects where AI agents require access to multiple external systems in a standardized protocol. The node requires setting the N8N_COMMUNITY_PACKAGES_ALLOW_TOOL_USAGE environment variable to true when using it as a tool within AI Agents.
The project maintains active engagement with the community through documentation of video tutorials and resources. Development activity shows ongoing refinement of transport mechanisms, with deliberate deprecation of older approaches in favor of modern standards. The maintainers provide security assessment information and actively curate community-contributed learning materials.