MCP server intelligence profile

MCP n8n API Server MCP Server

Enables listing and triggering n8n workflows, and calling webhooks via the Model Context Protocol

Local Onlyahmadsoliman
Awaiting current scanNpm · 1.0.3

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
4Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install @ahmad.soliman/mcp-n8n-server from npm

Version 1.0.3 declares 1 executable entrypoint.

npm install --save-exact @ahmad.soliman/mcp-n8n-server@1.0.3
npx -y -p @ahmad.soliman/mcp-n8n-server@1.0.3 @ahmad.soliman/mcp-n8n-server
MCP client configuration example
{
  "mcpServers": {
    "@ahmad.soliman/mcp-n8n-server": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "@ahmad.soliman/mcp-n8n-server@1.0.3",
        "@ahmad.soliman/mcp-n8n-server"
      ]
    }
  }
}

Identity

Canonical slugmcp-n8n-api-server-dae7dfebDeploymentLocal Only
Canonical packagenpm:@ahmad.soliman/mcp-n8n-serverRepositoryahmadsoliman/mcp-n8n-server
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npm@ahmad.soliman/mcp-n8n-server1.0.31Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npm@ahmad.soliman/mcp-n8n-server1.0.3CurrentSep 5, 20264 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
mcp-n8n-serverServer-reported name
1Capability groups
Aug 17, 2026Observed

Tools 4

ToolCategoryAnnotationsRisk
call_webhook_getCall a GET webhook
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The webhook URL to call"
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
call_webhook_postCall a POST webhook
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The webhook URL to call"
    },
    "data": {
      "type": "object",
      "properties": {},
      "additionalProperties": true,
      "description": "Data to send in the POST request body"
    }
  },
  "required": [
    "url",
    "data"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_workflow_webhooksGet all webhooks in a workflow
Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the workflow to get webhooks from"
    }
  },
  "required": [
    "id"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
list_workflowsGet all n8n workflows
Input schema
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "type": "object",
  "properties": {}
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MCP n8n API Server MCP Server questions

How do I install MCP n8n API Server MCP Server?

Install the selected package version with: npm install --save-exact @ahmad.soliman/mcp-n8n-server@1.0.3

What tools does MCP n8n API Server MCP Server provide?

MCP n8n API Server MCP Server exposed 4 tools during independent protocol observation, including call_webhook_get, call_webhook_post, list_workflow_webhooks, list_workflows.

Is MCP n8n API Server MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.