n8n MCP Server
by jacob-dietle
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port the application will listen on. Default is 8080 | 8080 |
| DEBUG | No | Set to true for verbose logging from the n8n-mcp-server and Supergateway, or false for production | false |
| N8N_API_KEY | Yes | Your n8n API Key, treated as a secret | |
| N8N_API_URL | Yes | Your n8n instance API URL (e.g., https://n8n.example.com/api/v1) | |
| N8N_WEBHOOK_PASSWORD | No | A password for basic authentication on n8n webhook nodes | somepassword |
| N8N_WEBHOOK_USERNAME | No | A username for basic authentication on n8n webhook nodes (if your workflows use webhook triggers secured with basic auth) | anyname |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |