Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Required for Claude Desktop. Ensures that only JSON-RPC messages are sent to stdout, preventing debug logs from interfering with the protocol. | stdio |
| LOG_LEVEL | No | The logging level for the server. | error |
| N8N_API_KEY | No | Your n8n API key. | |
| N8N_API_URL | No | The URL of your n8n instance (e.g., https://your-n8n-instance.com). | |
| WEBHOOK_SECURITY_MODE | No | Set to 'moderate' to allow webhooks to local n8n instances while still blocking private networks and cloud metadata. | |
| DISABLE_CONSOLE_OUTPUT | No | Prevents debug logs from being sent to stdout. | true |
| SQLJS_SAVE_INTERVAL_MS | No | Controls how long to wait after database changes before saving to disk when using sql.js fallback. | 5000 |
| N8N_MCP_TELEMETRY_DISABLED | No | Set to 'true' to disable anonymous usage statistics. |
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 | |