MCP server providing AI assistants with n8n documentation, templates, and workflow management
Covers 1,396 nodes with natural language workflow creation, editing, execution, and validation
Works standalone for docs/templates or with n8n API credentials for full workflow control
Pricing: Free forever
Best for: Individuals & startups
Pros & Cons
Pros
Eliminates manual JSON editing — build complex automations through conversation
Works without an n8n instance for documentation and template research
Validation catches configuration errors before workflows reach production
Massive node coverage — nearly every n8n integration is documented and searchable
Flexible deployment from hosted SaaS to fully self-hosted Docker
Cons
Workflow management features require n8n API credentials and a running instance
Community-maintained — not an official n8n product
Complex multi-step workflows may need manual refinement after AI generation
Hosted service adds a dependency layer between your AI client and n8n
Key Features
Documentation for 1,396 n8n nodes (812 core + 584 community) with 99% property coverageNatural language workflow creation — describe what you need, AI builds itWorkflow execution, editing, and management via n8n API integrationNode configuration validation checking every parameter and connection before deployment2,709 workflow templates with pre-extracted configurations from popular examplesSmart node search with community node discovery and verified integration filteringMultiple deployment options — hosted service, npx, Docker, local, or Railway265 AI-capable tool variants with detailed schemas and documentation
Pricing
Free
n8n MCP Server is completely free to use with no hidden costs.
n8n MCP Server is a Model Context Protocol server that gives AI assistants deep access to n8n's workflow automation ecosystem. It provides documentation for 1,396 nodes (812 core + 584 community), 2,709 workflow templates, and the ability to create, edit, execute, and manage n8n workflows through natural language.
The server works in two modes. Documentation mode provides node lookup, property discovery, template search, and configuration examples extracted from 2,646 popular templates — no n8n instance required. With n8n API credentials, it unlocks workflow management: creating workflows from natural language descriptions, editing existing configurations, executing workflows, and validating node properties before deployment. Every node configuration and connection is validated before returning results.
Deployment options include a hosted service at dashboard.n8n-mcp.com, npx command-line execution, Docker, local Node.js installation, and Railway cloud deployment. The server covers 265 AI-capable tool variants with 99% node property coverage and 87% documentation coverage from official n8n sources. It works with Claude Desktop, Claude Code, Cursor, Windsurf, and other MCP clients, making it practical for teams that want to build and manage automations conversationally without manual JSON editing.
Do I need a running n8n instance to use n8n MCP Server?
Not for documentation and templates. In documentation mode, the server provides node lookup, property discovery, and template search without any n8n connection. You only need n8n API credentials when you want to create, edit, execute, or manage actual workflows.
Is n8n MCP Server an official n8n product?
No. It is a community-maintained project with comprehensive coverage of n8n's ecosystem (1,396 nodes, 2,709 templates). While not officially supported by n8n, it maintains 99% node property coverage and 87% documentation coverage from official n8n sources.
Can AI-generated workflows run in production safely?
The server validates every node configuration and connection before returning results, catching parameter errors and invalid connections. However, complex multi-step workflows should still be reviewed manually before production deployment, especially those involving external API calls or data mutations.
What is the hosted service at dashboard.n8n-mcp.com?
It is a managed version of the n8n MCP Server that you can connect to without local installation. It provides the same documentation and template features, with optional n8n API credential storage for workflow management. Self-hosting via npx, Docker, or Railway is also supported.