Skip to main content
Glama

n8n MCP Server

by get2knowio

examples

Retrieve workflow examples for specific n8n node types to understand implementation patterns and accelerate development.

Instructions

Get examples for a specific n8n node type

Input Schema

NameRequiredDescriptionDefault
typeYesThe node type name (e.g., n8n-nodes-base.webhook)

Input Schema (JSON Schema)

{ "properties": { "type": { "description": "The node type name (e.g., n8n-nodes-base.webhook)", "type": "string" } }, "required": [ "type" ], "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/get2knowio/n8n-mcp'

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