Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,094
4,666
  • Apple
  • Linux

list_nodes

Retrieve n8n nodes by category, package, or AI capability using customizable filters. Supports core and AI-specific nodes like "@n8n/n8n-nodes-langchain".

Instructions

List n8n nodes. Common: list_nodes({limit:200}) for all, list_nodes({category:'trigger'}) for triggers. Package: "n8n-nodes-base" or "@n8n/n8n-nodes-langchain". Categories: trigger/transform/output/input.

Input Schema

NameRequiredDescriptionDefault
categoryNotrigger|transform|output|input|AI
developmentStyleNoUsually "programmatic"
isAIToolNoFilter AI-capable nodes
limitNoMax results (default 50, use 200+ for all)
packageNo"n8n-nodes-base" (core) or "@n8n/n8n-nodes-langchain" (AI)

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "trigger|transform|output|input|AI", "type": "string" }, "developmentStyle": { "description": "Usually \"programmatic\"", "enum": [ "declarative", "programmatic" ], "type": "string" }, "isAITool": { "description": "Filter AI-capable nodes", "type": "boolean" }, "limit": { "default": 50, "description": "Max results (default 50, use 200+ for all)", "type": "number" }, "package": { "description": "\"n8n-nodes-base\" (core) or \"@n8n/n8n-nodes-langchain\" (AI)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/czlonkowski/n8n-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server