n8n-workflow-builder-mcp

by ifmelate

list_available_nodes

Retrieve and filter available workflow nodes by name, type, or description in n8n-workflow-builder-mcp to streamline workflow creation.

Input Schema

NameRequiredDescriptionDefault
search_termNoAn optional search term to filter nodes by their name, type, or description.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "search_term": { "description": "An optional search term to filter nodes by their name, type, or description.", "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/ifmelate/n8n-workflow-builder-mcp'

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