Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

n8n MCP Server

NPM · @NEXTOOLSOLUTIONS/MCP-N8N · SCANNED SEP 20

The most complete MCP server for n8n — 43 tools for workflows, data tables, and more.

0 this week 81 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability76
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 2106 tokens (~48/item across 43 items; 43 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 83% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 9 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "n8n_delete_workflow" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 43 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the n8n MCP Server server?

n8n MCP Server runs locally as an npm package, launched with npx -y @nextoolsolutions/mcp-n8n. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @nextoolsolutions/mcp-n8n

# add to Claude Code
claude mcp add rpgmais-mcp-n8n -- npx -y @nextoolsolutions/mcp-n8n
// .cursor/mcp.json
{
  "mcpServers": {
    "rpgmais-mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "rpgmais-mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add rpgmais-mcp-n8n -- npx -y @nextoolsolutions/mcp-n8n
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rpgmais-mcp-n8n": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rpgmais-mcp-n8n --command npx --arg -y --arg @nextoolsolutions/mcp-n8n
# ~/.hermes/config.yaml
mcp_servers:
  rpgmais-mcp-n8n:
    command: "npx"
    args: ["-y", "@nextoolsolutions/mcp-n8n"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "rpgmais-mcp-n8n": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ]
    }
  }
}
# add to Vellum
assistant mcp add rpgmais-mcp-n8n -t stdio -c npx -a -y @nextoolsolutions/mcp-n8n
// mcp.json
{
  "mcpServers": {
    "rpgmais-mcp-n8n": {
      "command": "npx",
      "args": [
        "-y",
        "@nextoolsolutions/mcp-n8n"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@nextoolsolutions/mcp-n8n@2.0.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 43 exposed · ~2,106 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
n8n_activate_workflow ~35

Activate a workflow for production. Requires at least one trigger node.

NameTypeReqDescription
workflowIdstringyesWorkflow ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_create_credential ~75

Create a new credential. Use n8n_get_credential_schema to discover the required fields for a type.

NameTypeReqDescription
dataobjectyesCredential fields as key-value pairs
namestringyesDisplay name
typestringyesCredential type (e.g. slackApi, httpBasicAuth)

Structured output declared, but exposes no named fields.

No examples provided.

n8n_create_datatable ~46

Create a data table with typed columns (string, number, boolean, date, json).

NameTypeReqDescription
columnsarrayyes
namestringyesTable name

Structured output declared, but exposes no named fields.

No examples provided.

n8n_create_project ~28

Create a new project (Enterprise feature).

NameTypeReqDescription
namestringyesProject name

Structured output declared, but exposes no named fields.

No examples provided.

n8n_create_tag ~29

Create a new tag with the given name.

NameTypeReqDescription
namestringyesTag name

Structured output declared, but exposes no named fields.

No examples provided.

n8n_create_variable ~43

Create a new environment variable in n8n (key-value pair).

NameTypeReqDescription
keystringyesVariable key
valuestringyesVariable value

Structured output declared, but exposes no named fields.

No examples provided.

n8n_create_workflow ~47

Create a new workflow. Provide the workflow JSON (name, nodes, connections, settings).

NameTypeReqDescription
workflowobjectyesWorkflow object (name, nodes, connections, settings)

Structured output declared, but exposes no named fields.

No examples provided.

n8n_deactivate_workflow ~34

Deactivate a workflow (stops listening for triggers).

NameTypeReqDescription
workflowIdstringyesWorkflow ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_delete_credential ~30

Permanently delete a credential by ID.

NameTypeReqDescription
credentialIdstringyesCredential ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_delete_datatable_rows ~95

Delete rows matching a filter. The filter is required (JSON string).

NameTypeReqDescription
dataTableIdstringyesData table ID
dryRunbooleanSimulate only
filterstringyesJSON filter, e.g. {"type":"and","filters":[{"columnName":"id","condition":"eq","value":123}]}
returnDatabooleanReturn deleted rows

Structured output declared, but exposes no named fields.

No examples provided.

n8n_delete_execution ~30

Permanently delete an execution record by ID.

NameTypeReqDescription
executionIdstringyesExecution ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_delete_project ~30

Delete a project by ID (Enterprise feature).

NameTypeReqDescription
projectIdstringyesProject ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_delete_tag ~37

Delete a tag by ID. This does not affect workflows that used this tag.

NameTypeReqDescription
tagIdstringyesTag ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_delete_user ~42

Delete a user by ID (requires owner role). Workflows owned by this user must be transferred first.

NameTypeReqDescription
userIdstringyesUser ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_delete_variable ~28

Delete an environment variable by ID.

NameTypeReqDescription
variableIdstringyesVariable ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_delete_workflow ~30

Permanently delete a workflow by ID.

NameTypeReqDescription
workflowIdstringyesWorkflow ID
NameTypeReqDescription
okbooleanyes

No examples provided.

n8n_execute_workflow ~45

Trigger a workflow execution. Optionally send input data.

NameTypeReqDescription
dataobjectInput data for the workflow
workflowIdstringyesWorkflow ID
NameTypeReqDescription
executionIdstringyes
statusstringyes

No examples provided.

n8n_generate_audit ~69

Generate a security audit report for the n8n instance. Categories: credentials, database, filesystem, instance, nodes.

NameTypeReqDescription
categoriesarrayAudit categories (all if omitted)
daysAbandonedWorkflownumberDays to consider a workflow abandoned (default 90)

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_credential_schema ~45

Get the JSON schema for a credential type, showing required and optional fields.

NameTypeReqDescription
typeNamestringyesCredential type name (e.g. slackApi)

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_datatable ~41

Retrieve metadata (columns, name, ID) of a data table.

NameTypeReqDescription
dataTableIdstringyesData table ID (nanoid)

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_datatable_rows ~140

List rows from a data table with optional filter, search, sorting and pagination. Filter is a JSON string with {type, filters} structure.

NameTypeReqDescription
cursorstringPagination cursor
dataTableIdstringyesData table ID
filterstringJSON filter, e.g. {"type":"and","filters":[{"columnName":"status","condition":"eq","value":"active"}]}
limitnumberMax rows (default 50)
searchstringFull-text search on string columns
sortBystringcolumnName:asc or columnName:desc
NameTypeReqDescription
dataarrayyes
nextCursorstring|null

No examples provided.

n8n_get_execution ~32

Get the status and result data of a specific execution.

NameTypeReqDescription
executionIdstringyesExecution ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_tag ~27

Retrieve a tag by ID.

NameTypeReqDescription
tagIdstringyesTag ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_user ~33

Retrieve a user by ID or email.

NameTypeReqDescription
idOrEmailstringyesUser ID or email address

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_workflow ~35

Retrieve a workflow by ID, including nodes, connections and settings.

NameTypeReqDescription
workflowIdstringyesWorkflow ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_get_workflow_tags ~32

List all tags associated with a specific workflow.

NameTypeReqDescription
workflowIdstringyesWorkflow ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_health_check ~26

Check connectivity to the n8n instance and verify the API is reachable.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

n8n_insert_datatable_rows ~68

Insert one or more rows. Each row is an object with column names as keys.

NameTypeReqDescription
dataarrayyesArray of row objects
dataTableIdstringyesData table ID
returnTypestringcount (default), id or all

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_credentials ~39

List all credentials (names and types only — data is redacted).

NameTypeReqDescription
cursorstring
limitnumber

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_datatables ~69

List data tables with optional filtering, sorting and pagination.

NameTypeReqDescription
cursorstring
filterstringJSON filter, e.g. {"name":"my-table"}
limitnumber
sortBystringe.g. name:asc

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_executions ~75

List workflow executions. Filter by workflowId, status, limit and cursor.

NameTypeReqDescription
cursorstringPagination cursor from previous response
limitnumberMax items (default 100)
statusstringFilter by status
workflowIdstringFilter by workflow ID
NameTypeReqDescription
dataarrayyes
nextCursorstring|null

No examples provided.

n8n_list_projects ~32

List all projects (Enterprise feature).

NameTypeReqDescription
cursorstring
limitnumber

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_tags ~32

List all tags in the n8n instance.

NameTypeReqDescription
limitnumberMax tags to return

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_users ~50

List all users in the n8n instance (requires owner role).

NameTypeReqDescription
cursorstring
includeRolebooleanInclude role information
limitnumber

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_variables ~35

List all environment variables stored in n8n.

NameTypeReqDescription
cursorstring
limitnumber

Structured output declared, but exposes no named fields.

No examples provided.

n8n_list_workflows ~52

List all workflows. Optionally filter by active status and limit results.

NameTypeReqDescription
activebooleanFilter by active status
limitnumberMax items to return (default 100)
NameTypeReqDescription
dataarrayyes
nextCursorstring|null

No examples provided.

n8n_trigger_webhook ~111

Trigger a workflow via its webhook URL. Use isTest=true for test webhooks. The webhookPath is the path configured in the Webhook node.

NameTypeReqDescription
dataobjectRequest body (JSON)
headersobjectCustom headers
isTestbooleanUse /webhook-test instead of /webhook
methodstringHTTP method (default POST)
webhookPathstringyesWebhook path (as configured in the Webhook node)

Structured output declared, but exposes no named fields.

No examples provided.

n8n_update_datatable_rows ~93

Update rows matching a filter. Conditions: eq, neq, like, ilike, gt, gte, lt, lte.

NameTypeReqDescription
dataobjectyesColumns and values to set
dataTableIdstringyesData table ID
dryRunbooleanSimulate only
filterobjectyes
returnDatabooleanReturn updated rows

Structured output declared, but exposes no named fields.

No examples provided.

n8n_update_project ~39

Rename an existing project (Enterprise feature).

NameTypeReqDescription
namestringyesNew project name
projectIdstringyesProject ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_update_tag ~36

Rename an existing tag.

NameTypeReqDescription
namestringyesNew tag name
tagIdstringyesTag ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_update_workflow ~54

Update an existing workflow. Send the complete workflow object (get it first with n8n_get_workflow).

NameTypeReqDescription
workflowobjectyesComplete workflow object
workflowIdstringyesWorkflow ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_update_workflow_tags ~62

Replace all tags on a workflow. Send an array of tag IDs.

NameTypeReqDescription
tagIdsarrayyesArray of tag IDs, e.g. [{"id":"1"},{"id":"2"}]
workflowIdstringyesWorkflow ID

Structured output declared, but exposes no named fields.

No examples provided.

n8n_upsert_datatable_row ~75

Update a row if it exists (by filter) or insert a new one.

NameTypeReqDescription
dataobjectyesColumns and values
dataTableIdstringyesData table ID
dryRunboolean
filterobjectyes
returnDataboolean

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the n8n MCP Server server?

n8n MCP Server is listed in the public MCP registry as io.github.RPGMais/mcp-n8n. The most complete MCP server for n8n, 43 tools for workflows, data tables, and more. This page covers its npm package (@nextoolsolutions/mcp-n8n).

Is the n8n MCP Server server safe to use?

n8n MCP Server scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the n8n MCP Server server expose?

n8n MCP Server exposes 43 tools: n8n_list_workflows, n8n_get_workflow, n8n_create_workflow, n8n_update_workflow, n8n_delete_workflow, and 38 more. Their descriptions and schemas cost roughly 2,106 tokens of context every time the server is loaded.

Is the n8n MCP Server server still maintained?

n8n MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the n8n MCP Server server under?

n8n MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.