n8n-mcp-server
An MCP server that enables AI assistants to interact with n8n workflows via natural language commands.
- Type
- MCP
- Transport
- stdio
- Open source
- Yes
- GitHub Stars
- ★ 1.6k
- Source
- mcp-github
- Repository
- github.com/leonardsellem/n8n-mcp-server
Overview
The n8n MCP Server is a Model Context Protocol (MCP) server that allows AI assistants to seamlessly interact with n8n workflows using natural language commands. This capability enables AI to manage, control, and execute automation processes within n8n. To access this functionality, you need Node.js 20 or higher installed and must configure your n8n instance to enable API access. Ideal for developers looking to integrate AI assistants with automation workflows.
Capabilities
- ▪Create n8n workflows via natural language
- ▪Start and stop n8n workflows
- ▪Query n8n workflow status
- ▪Retrieve n8n workflow results
Use cases
Setup
npm install -g @leonardsellem/n8n-mcp-server or install from source and build the project.
This information was compiled by AI from public sources and may contain inaccuracies — please refer to the source.
FAQ
How do I generate an n8n API Key?
Create a new API key in the n8n settings and copy it into the .env file.
How do I update the MCP server?
If installing globally via npm, run `npm install -g @leonardsellem/n8n-mcp-server@latest`. If installing from source, pull the latest code and rebuild the project.
Related skills
gemini-cli
Gemini CLI is an open-source AI agent that brings Gemini's powerful capabilities directly into the terminal.
private-gpt
Provides a complete API layer for local models, supporting RAG, skills, tools, and more.
planning-with-files
File-based persistent planning skill, ideal for AI coding agents and long-running tasks.
scientific-agent-skills
Transform any AI agent into a scientific assistant with 147 ready-to-use research skills.
susi_alexa_skill
A skill that enables question-and-answer interactions between Alexa and Susi AI.
claude-context
Provides code search capabilities for Claude Code, turning the entire codebase into context.