n8n MCP Server
Automate workflows with n8n, a powerful workflow automation tool.
n8n MCP Server
MCP (Model Context Protocol) server for n8n workflow automation. This server enables AI assistants like Claude to interact with n8n instances via the REST API.
Features
- 🔄 Workflow Management: List, create, update, and delete workflows
- ▶️ Execution Control: Execute workflows and monitor executions
- 🏷️ Tag Management: Organize workflows with tags
- 📊 Execution History: Access workflow execution history and results
- 🔑 Credential Management: List available credentials (read-only)
- 🌐 Webhook Management: Create and manage webhooks
- 🔍 Search: Search workflows by name or tags
Prerequisites
- Node.js 18 or higher
- n8n instance with API access enabled
- n8n API key
Installation
From npm (when published)
npm install -g n8n-mcp-server
From source
git clone https://github.com/nikolausm/n8n-mcp-server.git
cd n8n-mcp-server
npm install
npm run build
Configuration
Getting your n8n API Key
- Log in to your n8n instance
- Go to Settings → API
- Generate an API key
Configure Claude Desktop
Add the following to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"n8n": {
"command": "node",
"args": ["/path/to/n8n-mcp-server/dist/index.js"],
"env": {
"N8N_URL": "https://your-n8n-instance.com",
"N8N_API_KEY": "your-api-key-here"
}
}
}
}
For n8n cloud instances, use:
N8N_URL:https://your-subdomain.app.n8n.cloud
Available Tools
Workflow Management
list_workflows- List all workflows with optional filteringget_workflow- Get detailed information about a specific workflowcreate_workflow- Create a new workflow from JSONupdate_workflow- Update an existing workflowdelete_workflow- Delete a workflowactivate_workflow- Activate a workflowdeactivate_workflow- Deactivate a workflow
Execution
execute_workflow- Execute a workflow with optional input dataget_executions- Get execution history with filtering optionsget_execution- Get details of a specific executiondelete_execution- Delete an executionretry_execution- Retry a failed execution
Tags
get_tags- List all available tagscreate_tag- Create a new tagupdate_tag- Update a tagdelete_tag- Delete a tag
Other
get_credentials- List available credentials (names only)search_workflows- Search workflows by name or tagsget_workflow_webhooks- Get webhook URLs for a workflow
Usage Examples
List all active workflows
Assistant: I'll list all your active n8n workflows.
[Uses list_workflows tool with active=true]
Execute a workflow
Assistant: I'll execute the workflow with the data you provided.
[Uses execute_workflow tool with workflowId and data]
Create a new workflow
Assistant: I'll create a new workflow for you.
[Uses create_workflow tool with workflow JSON]
Development
Setup
npm install
Build
npm run build
Test locally
N8N_URL=https://your-instance.com N8N_API_KEY=your-key npm start
Run tests
npm test
Security Notes
- Never commit your API keys
- Use environment variables for sensitive data
- The MCP server has the same permissions as your API key
- Consider using a restricted API key if possible
Contributing
Contributions are welcome! Please:
- Fork the repository
- Create a feature branch
- Make your changes
- Add tests if applicable
- Submit a pull request
License
MIT - see LICENSE file
Support
Author
Michael Nikolaus - GitHub
Related Servers
Markdownify MCP Server
A server that converts various file types, including documents, images, audio, and web pages, into Markdown format.
Hilanet MCP
Provides HR-related tools for a corporate dystopia.
Jira
Interact with Jira to manage issues, projects, and workflows using the Jira Cloud Platform REST API.
waitlister-mcp
MCP server for the Waitlister API. Manage your waitlist subscribers, track signups, and log views through AI assistants like Claude, Cursor, and Windsurf.
Microsoft Planner by CData
A read-only MCP server enabling LLMs to query live Microsoft Planner data using the CData JDBC Driver.
Tana
Connects to Tana's Input API to create and manipulate data in Tana workspaces.
SuperLocalMemory V2
Universal, local-first persistent memory for AI assistants. SQLite-based knowledge graph with zero cloud dependencies. Works with 17+ tools (Claude, Cursor, Windsurf, VS Code, etc.). 100% free forever.
JiraMCP
Full Jira & Confluence CRUD
Kit.com (formerly ConvertKit) MCP
Manage your email lists, subscribers, broadcasts, sequences, and more through natural language.
Profitelligence
Access to insider trading data, SEC filings, economic indicators, and multi-signal analysis