Skip to main content
Glama

n8n MCP Server

init-n8n

Establish a connection to n8n workflows by initializing with a URL and API key. Use compact JSON arguments for secure integration via the n8n MCP Server.

Instructions

Initialize connection to n8n instance. Use this tool whenever an n8n URL and API key are shared to establish the connection. IMPORTANT: Arguments must be provided as compact, single-line JSON without whitespace or newlines.

Input Schema

NameRequiredDescriptionDefault
apiKeyYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "apiKey": { "type": "string" }, "url": { "type": "string" } }, "required": [ "url", "apiKey" ], "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/illuminaresolutions/n8n-mcp-server'

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