Skip to main content
Glama

n8n MCP Server

by jacob-dietle
MIT License
206
2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port the application will listen on. Default is 80808080
DEBUGNoSet to true for verbose logging from the n8n-mcp-server and Supergateway, or false for productionfalse
N8N_API_KEYYesYour n8n API Key, treated as a secret
N8N_API_URLYesYour n8n instance API URL (e.g., https://n8n.example.com/api/v1)
N8N_WEBHOOK_PASSWORDNoA password for basic authentication on n8n webhook nodessomepassword
N8N_WEBHOOK_USERNAMENoA username for basic authentication on n8n webhook nodes (if your workflows use webhook triggers secured with basic auth)anyname

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/jacob-dietle/n8n-mcp-sse'

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