n8n_add_server
Add a new n8n server connection or update an existing one using a name, URL, and API key, with an option to set it as default.
Instructions
Add or update an n8n server connection. The API key can be created in n8n under Settings > API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Server name (e.g. 'production', 'staging') | |
| url | Yes | n8n server URL (e.g. 'http://localhost:5678') | |
| api_key | Yes | n8n API key (from Settings > API in n8n) | |
| is_default | No | Set as default server |