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

n8n MCP Server

NPM · @NEXTOOLSOLUTIONS/MCP-N8N · SCANNED AUG 3

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

+22 this week 68 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • 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 Management27
  • Stability observed for 8 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @nextoolsolutions/mcp-n8n

# add to Claude Code
claude mcp add rpgmais-mcp-n8n -- npx -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"]
// 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.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +43
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −40
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@nextoolsolutions/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.