Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N8N_API_KEY | Yes | Your n8n API key from the n8n settings | |
| N8N_API_URL | No | Your n8n instance URL | http://localhost:5678 |
| N8N_VERSION | No | Override N8N version - if not set, auto-detects from API |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_workflow | - |
| list_workflows | - |
| get_workflow_details | - |
| add_node | - |
| edit_node | - |
| delete_node | - |
| add_connection | - |
| add_ai_connections | - |
| list_available_nodes | - |
| get_n8n_version_info | - |