n8n Documentation MCP Server avatar
n8n Documentation MCP Server

Pricing

Pay per event

Go to Apify Store
n8n Documentation MCP Server

n8n Documentation MCP Server

Developed by

agentify

agentify

Maintained by Community

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

0.0 (0)

Pricing

Pay per event

1

14

5

Last modified

14 hours ago

Apify Actor Badge

n8n MCP Server

Important: This server provides only documentation capability for n8n nodes and does not support workflow management or execution.

Enhance your workflow automation with n8n-MCP, bridging AI and n8n nodes for streamlined efficiency, all without the need for monthly subscriptions! πŸš€

About this MCP Server: To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at mcp.apify.com.

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--n8n-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers": {
"n8n": {
"url": "https://mcp-servers--n8n-mcp-server.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

🚩 Claim this MCP server

All credits to the original authors of https://github.com/czlonkowski/n8n-mcp To claim this server, please write to ai@apify.com.


A Model Context Protocol (MCP) server that provides AI assistants with comprehensive access to n8n node documentation, properties, and operations. Deploy in minutes to give Claude and other AI assistants deep knowledge about n8n's 525+ workflow automation nodes.

Overview

n8n-MCP serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. It provides structured access to:

  • πŸ“š 535 n8n nodes from both n8n-nodes-base and @n8n/n8n-nodes-langchain
  • πŸ“„ Documentation - 90% coverage from official n8n docs (including AI nodes)
  • πŸ€– AI tools - 263 AI-capable nodes detected with full documentation

Key Insights

  • ANY node can be an AI tool - not just those with usableAsTool=true

Available Documentation Tools (No API Key Required)

  • tools_documentation - Get documentation for any MCP tool (START HERE!)
  • list_nodes - List all n8n nodes with filtering options
  • get_node_info - Get comprehensive information about a specific node
  • get_node_essentials - Get only essential properties with examples (10-20 properties instead of 200+)
  • search_nodes - Full-text search across all node documentation
  • search_node_properties - Find specific properties within nodes
  • list_ai_tools - List all AI-capable nodes (ANY node can be used as AI tool!)
  • get_node_as_tool_info - Get guidance on using any node as an AI tool
  • get_node_documentation - Get parsed documentation from n8n-docs
  • get_database_statistics - View database metrics and coverage

References

πŸ“š Documentation

Setup Guides

Feature Documentation

Development & Deployment

Project Information

πŸ“Š Metrics & Coverage

Current database coverage (n8n v1.106.3):

  • βœ… 535/535 nodes loaded (100%)
  • βœ… 528 nodes with properties (98.7%)
  • βœ… 470 nodes with documentation (88%)
  • βœ… 267 AI-capable tools detected
  • βœ… AI Agent & LangChain nodes fully documented
  • ⚑ Average response time: ~12ms
  • πŸ’Ύ Database size: ~15MB (optimized)

References