n8n MCP Server
Enables full workflow automation management in n8n through 40+ tools covering workflows, executions, credentials, tags, variables, projects, users, and source control operations.
README
n8n MCP Server
A comprehensive MCP (Model Context Protocol) server for n8n workflow automation. This connector provides Claude Desktop with ALL available n8n API operations, enabling full workflow management directly from Claude.
Features
Unlike the limited default connector, this server includes 40+ tools covering:
Workflow Management
n8n_list_workflows- List all workflows with filteringn8n_get_workflow- Get full workflow details including nodes and connectionsn8n_create_workflow- Create new workflows with nodes and connectionsn8n_update_workflow- Update existing workflowsn8n_delete_workflow- Delete workflowsn8n_activate_workflow- Activate a workflown8n_deactivate_workflow- Deactivate a workflown8n_run_workflow- Execute a workflow manuallyn8n_update_workflow_tags- Update workflow tag associationsn8n_duplicate_workflow- Create a copy of a workflown8n_export_workflow- Export workflow as JSONn8n_import_workflow- Import workflow from JSONn8n_transfer_workflow- Transfer workflow to another project
Execution Management
n8n_list_executions- List workflow executions with filteringn8n_get_execution- Get detailed execution informationn8n_delete_execution- Delete a single executionn8n_delete_executions- Bulk delete executionsn8n_stop_execution- Stop a running executionn8n_retry_execution- Retry a failed execution
Credential Management
n8n_list_credentials- List all credentialsn8n_get_credential- Get credential detailsn8n_create_credential- Create new credentialsn8n_update_credential- Update existing credentialsn8n_delete_credential- Delete credentialsn8n_get_credential_schema- Get required fields for credential typen8n_transfer_credential- Transfer credential to another project
Tag Management
n8n_list_tags- List all tagsn8n_get_tag- Get tag detailsn8n_create_tag- Create new tagsn8n_update_tag- Rename tagsn8n_delete_tag- Delete tags
Variable Management
n8n_list_variables- List all environment variablesn8n_get_variable- Get variable detailsn8n_create_variable- Create new variablesn8n_update_variable- Update variablesn8n_delete_variable- Delete variables
Project Management
n8n_list_projects- List all projectsn8n_get_project- Get project detailsn8n_create_project- Create new projectsn8n_update_project- Rename projectsn8n_delete_project- Delete projects
User Management
n8n_list_users- List all usersn8n_get_user- Get user detailsn8n_get_current_user- Get current authenticated user
Source Control (Git)
n8n_source_control_status- Get Git statusn8n_source_control_pull- Pull changes from remoten8n_source_control_push- Push changes to remoten8n_source_control_disconnect- Disconnect Git integration
Security & Utilities
n8n_check_connection- Test API connectionn8n_generate_audit- Generate security audit reportn8n_get_node_types- List available node typesn8n_get_active_webhooks- List active webhooks
Installation
Prerequisites
- Node.js 18 or later
- n8n instance with API access enabled
- n8n API key (generate in n8n Settings → API)
Setup
-
Clone or download this project:
git clone git@github.com:DrBalls/n8n-mcp-server-v2.git cd n8n-mcp-server-v2 -
Install dependencies:
npm install -
Build the project:
npm run build -
Configure Claude Desktop:
Add to your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:%APPDATA%\Claude\claude_desktop_config.json{ "mcpServers": { "n8n": { "command": "node", "args": ["/absolute/path/to/n8n-mcp-server-v2/dist/index.js"], "env": { "N8N_URL": "http://localhost:5678", "N8N_API_KEY": "your-api-key-here" } } } } -
Restart Claude Desktop
Configuration
Environment Variables
| Variable | Description | Default |
|---|---|---|
N8N_URL |
Base URL of your n8n instance | http://localhost:5678 |
N8N_API_KEY |
Your n8n API key | (required) |
Getting an API Key
- Open your n8n instance
- Go to Settings → API
- Click Create API Key
- Copy the generated key
Usage Examples
Create a Simple Workflow
Create a new n8n workflow called "Hello World" with:
1. A manual trigger node
2. A Set node that outputs {"message": "Hello, World!"}
List and Filter Workflows
Show me all active workflows tagged with "production"
Run a Workflow with Input
Execute workflow ID abc123 with input data: {"email": "test@example.com"}
Manage Credentials
List all Slack credentials and show me the schema for creating new ones
Check Execution Status
Show me the last 10 failed executions and their error messages
Source Control
What's the current Git status? Are there any unpushed changes?
Common Node Types
When creating workflows, use these node type identifiers:
| Node | Type String |
|---|---|
| Manual Trigger | n8n-nodes-base.manualTrigger |
| Schedule Trigger | n8n-nodes-base.scheduleTrigger |
| Webhook | n8n-nodes-base.webhook |
| HTTP Request | n8n-nodes-base.httpRequest |
| Code (JavaScript) | n8n-nodes-base.code |
| Set | n8n-nodes-base.set |
| IF | n8n-nodes-base.if |
| Switch | n8n-nodes-base.switch |
| Merge | n8n-nodes-base.merge |
| Split In Batches | n8n-nodes-base.splitInBatches |
| Wait | n8n-nodes-base.wait |
| No Operation | n8n-nodes-base.noOp |
Troubleshooting
Connection Failed
- Verify your
N8N_URLis correct and accessible - Check that your API key is valid
- Ensure n8n API access is enabled in settings
Permission Denied
- Your API key may not have sufficient permissions
- Check if the API user has access to the requested resource
Workflow Not Found
- Verify the workflow ID is correct
- Check if the workflow exists in the specified project
Development
Building
npm run build
Testing Connection
After building, test the connection:
N8N_URL=http://localhost:5678 N8N_API_KEY=your-key node dist/index.js
License
MIT
Contributing
Contributions are welcome! Please feel free to submit issues or pull requests.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.