Skip to main content
Glama

n8n-MCP

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

list_node_templates

Search for workflow templates by specifying node types, enabling efficient automation setup and integration in n8n-MCP. Supports custom filters and limits.

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