n8n MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| N8N_URL | Yes | Your n8n instance's base URL (e.g. https://n8n.example.com) | |
| N8N_API_KEY | Yes | Generated from your n8n instance's Settings → API page |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workflowsA | List n8n workflows, optionally filtered by active status, name, or comma-separated tags. Defaults to returning up to 100 workflows. n8n caps this at 250 per request;
pass a higher |
| get_workflowA | Get the full definition (nodes, connections, settings) of a workflow by ID. |
| create_workflowA | Create a new workflow. To place the workflow in a folder instead of the project root, include
|
| update_workflowA | Replace an existing workflow's definition. |
| delete_workflowB | Delete a workflow by ID. |
| activate_workflowC | Activate a workflow by ID. |
| deactivate_workflowC | Deactivate a workflow by ID. |
| list_executionsA | List workflow executions, optionally filtered by workflow ID or status (success, error, running, waiting). Defaults to returning up to 100 executions. n8n caps this at 250 per request;
pass a higher |
| get_executionA | Get details of a specific execution by ID. Set include_data=True to include input/output data. |
| execute_workflowA | Trigger a workflow's execution via its Webhook trigger node, if it has one. n8n's public API has no generic "run workflow by ID" endpoint, so this only
works for workflows containing a Webhook trigger node, and the workflow must
be active for the webhook to respond. |
| list_foldersA | List folders within a project, optionally filtered by parent folder or name.
n8n defaults to returning only 10 folders per page. Pass a higher |
| create_folderA | Create a folder within a project. Pass
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mastrangi/mcp-n8n'
If you have feedback or need assistance with the MCP directory API, please join our Discord server