Manage self-hosted n8n workflows, executions, users, credentials, projects, and operations through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We ran the install command below but it didn't respond within our test window โ this can mean a slow first-time install rather than a real problem.
npx -y cacheNo response to initialize.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 1mo ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by N8n Pro MCP.
list_workflowsList with filters (active, tags, project, name) + auto pagination
get_workflowFull JSON or lightweight summary of one workflow
create_workflowCreate from JSON, with automatic offline validation
update_workflowPartial update โ fetch, merge, validate, PUT
delete_workflowPermanently delete
activate_workflowToggle triggers
Full-instance management for self-hosted n8n โ including queue mode โ through the Model Context Protocol. 51 tools covering workflows, executions, tags, credentials, variables, projects, users, security audit, source control and health monitoring.
n8n-pro-mcp connects Claude Code, Claude Desktop, Cursor or any MCP client to your n8n instance via the official n8n public API v1, with automatic cursor pagination, exponential-backoff retry on reads (writes and webhook calls are never retried, so side effects can't duplicate), and offline workflow validation that catches the classic n8n mistakes (malformed {{ }} expressions, webhook data accessed without .body, Code nodes missing return [{json: {...}}]) before they reach your instance.
list_running_executions (live queue view), get_execution_stats (success rate + average duration per workflow) and check_health (healthz, readiness, API auth) were built for instances running EXECUTIONS_MODE=queue with workers and webhook processors. N8N_WEBHOOK_BASE_URL lets webhook calls target dedicated webhook processors.validate_workflow_json checks structure, connection integrity, orphan nodes, expression syntax, webhook .body access, Code node return format and hardcoded secrets without any API call. create_workflow/update_workflow run it automatically and refuse invalid payloads.update_workflow fetches the current workflow, merges only what you pass and strips read-only fields, so you never lose nodes by sending an incomplete PUT.set_workflow_tags accepts tag names and creates missing ones; no manual ID juggling.summarize_execution_error (just the failing node + error, not a giant JSON dump), prune_executions (bulk cleanup with dry run), wait_for_execution (poll until terminal), clone_workflow and set_workflows_active_by_tag (tag-based kill switch).From source:
When running from source, you can copy .env.example to .env in the project root โ the server loads it from the package root, not the working directory. When installed via npx, set the variables through your MCP client config instead (the .env file is not read from the npx cache).
| Variable | Required | Description |
|---|---|---|
N8N_API_URL | โ | Base URL of your instance (e.g. https://n8n.yourdomain.com) โ no /api/v1 suffix |
N8N_API_KEY | โ | API key from n8n โ Settings โ n8n API โ Create API key |
N8N_WEBHOOK_BASE_URL | โ | Separate base URL for webhook calls (queue mode with dedicated webhook processors) |
N8N_API_TIMEOUT_MS | โ | Per-request timeout in ms (default 30000) |
N8N_MAX_RETRIES | โ | Retries on 429/5xx/network errors โ applied to GET requests only, never to writes or webhook calls (default 3, 0 disables) |
Or in .claude/settings.json / .mcp.json:
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Same JSON block in Cursor's MCP settings (.cursor/mcp.json).
| Tool | Description |
|---|---|
list_workflows | List with filters (active, tags, project, name) + auto pagination |
get_workflow | Full JSON or lightweight summary of one workflow |
create_workflow | Create from JSON, with automatic offline validation |
update_workflow | Partial update โ fetch, merge, validate, PUT |
delete_workflow | Permanently delete |
activate_workflow / deactivate_workflow | Toggle triggers |
transfer_workflow | Move between projects |
search_workflows | Free-text search across names, node names and node types |
clone_workflow | Duplicate a workflow as an inactive copy |
set_workflows_active_by_tag | Bulk activate/deactivate by tag, with dry run |
validate_workflow_json | Offline validation, no API call |
| Tool | Description |
|---|---|
list_executions | Filter by status/workflow/project, with durations |
get_execution | Summary or full node-level run data for debugging |
delete_execution | Remove an execution record |
retry_execution | Retry a failed/stopped execution |
list_running_executions | Queue-mode live view of running/queued executions |
run_webhook | Trigger workflows via production or test webhook |
wait_for_execution | Poll an execution until it reaches a terminal state |
summarize_execution_error | Failing node + error message only โ no giant JSON dump |
prune_executions | Bulk-delete old execution records, dry run by default |
get_execution_stats | Success rate + avg duration per workflow over a sample |
list_tags, create_tag, update_tag, delete_tag, get_workflow_tags, set_workflow_tags (by name, auto-creates missing tags).
create_credential, delete_credential, get_credential_schema, transfer_credential. Secrets are write-only โ the n8n API never returns credential data.
list_variables, create_variable, update_variable, delete_variable (licensed feature).
list_projects, create_project, update_project, delete_project, plus member management: add_user_to_project, remove_user_from_project, change_user_project_role (licensed feature).
list_users, get_user, create_user (invite), delete_user, change_user_role.
| Tool | Description |
|---|---|
check_health | healthz + readiness (DB) + API auth, with a plain-language summary |
generate_audit | n8n's built-in security audit (credentials, database, nodes, filesystem, instance) |
pull_source_control | Pull from the connected git repository |
With EXECUTIONS_MODE=queue (main + workers + Redis):
check_health โ confirms the main process and DB are up.list_running_executions โ what is actually in flight right now; a growing list with old startedAt values means workers are starved or stuck.get_execution_stats โ which workflows fail or crawl; sorted worst-first by success rate.run_webhook with N8N_WEBHOOK_BASE_URL pointing at your webhook processors to test the production ingestion path end to end.Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/helbertparanhos-n8n-pro-mcp)<a href="https://allmcps.com/mcp/helbertparanhos-n8n-pro-mcp"><img src="https://allmcps.com/api/badge/helbertparanhos-n8n-pro-mcp?style=directory" alt="N8n Pro MCP on AllMCPs" /></a>