n8n MCP Server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
N8N_HOST | Yes | The URL of your n8n instance. | |
N8N_API_KEY | Yes | Your n8n API key with appropriate permissions. |
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 |
---|---|
init-n8n | Initialize connection to n8n instance |
list-workflows | List all workflows from n8n |
create-workflow | Create a new workflow in n8n |