Skip to main content
Glama

n8n-MCP

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

search_nodes

Find n8n workflow nodes quickly by searching with keywords or phrases. Specify search mode (OR, AND, FUZZY) for precise results. Returns up to 20 nodes per query.

Instructions

Search n8n nodes by keyword. Pass query as string. Example: query="webhook" or query="database". Returns max 20 results.

Input Schema

NameRequiredDescriptionDefault
limitNoMax results (default 20)
modeNoOR=any word, AND=all words, FUZZY=typo-tolerantOR
queryYesSearch terms. Use quotes for exact phrase.

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "description": "Max results (default 20)", "type": "number" }, "mode": { "default": "OR", "description": "OR=any word, AND=all words, FUZZY=typo-tolerant", "enum": [ "OR", "AND", "FUZZY" ], "type": "string" }, "query": { "description": "Search terms. Use quotes for exact phrase.", "type": "string" } }, "required": [ "query" ], "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