Skip to main content
Glama

n8n-MCP

by czlonkowski
MIT License
11,228
4,594
  • Apple
  • Linux

get_node_for_task

Fetch pre-configured nodes for specific tasks like post_json_request, query_database, or send_slack_message to streamline workflow automation in n8n. Use list_tasks for available options.

Instructions

Get pre-configured node for tasks: post_json_request, receive_webhook, query_database, send_slack_message, etc. Use list_tasks for all.

Input Schema

NameRequiredDescriptionDefault
taskYesTask name. See list_tasks for options.

Input Schema (JSON Schema)

{ "properties": { "task": { "description": "Task name. See list_tasks for options.", "type": "string" } }, "required": [ "task" ], "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