Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
14,220
5,639
  • Apple
  • Linux

list_node_templates

Search and retrieve workflow templates in n8n using specific node types. Ideal for automating tasks by identifying relevant templates for integration.

Instructions

Find templates using specific nodes. 399 community workflows. Use FULL types: "n8n-nodes-base.httpRequest".

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of templates to return. Default 10.
nodeTypesYesArray of node types to search for (e.g., ["n8n-nodes-base.httpRequest", "n8n-nodes-base.openAi"])

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of templates to return. Default 10.", "type": "number" }, "nodeTypes": { "description": "Array of node types to search for (e.g., [\"n8n-nodes-base.httpRequest\", \"n8n-nodes-base.openAi\"])", "items": { "type": "string" }, "type": "array" } }, "required": [ "nodeTypes" ], "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