Cursor n8n Builder
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | MCP transport mode (stdio) | |
| LOG_LEVEL | No | Log level (debug, info, warn, error) | |
| N8N_API_KEY | Yes | n8n API key | |
| N8N_API_URL | Yes | Your n8n instance URL |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| n8n_tools_helpA | Get documentation and usage guide for n8n MCP tools. Call this first to understand available capabilities. |
| n8n_get_node_infoC | Get information about common n8n node types and their configurations. |
| n8n_list_workflowsA | List all workflows in the n8n instance. Returns workflow IDs, names, and active status. |
| n8n_get_workflowB | Get detailed information about a specific workflow including all nodes and connections. |
| n8n_create_workflowC | Create a new workflow with nodes and connections. The workflow will be created in inactive state. |
| n8n_update_workflowC | Update an existing workflow. You can update name, nodes, connections, or settings. |
| n8n_delete_workflowA | Permanently delete a workflow. This action cannot be undone. |
| n8n_activate_workflowB | Activate a workflow so it can be triggered. The workflow must have a valid trigger node. |
| n8n_deactivate_workflowC | Deactivate a workflow to stop it from being triggered. |
| n8n_list_executionsC | List workflow executions. Can filter by workflow ID and status. |
| n8n_get_executionC | Get detailed information about a specific execution including input/output data. |
| n8n_delete_executionC | Delete an execution record. |
| n8n_trigger_webhookA | Trigger a workflow via its webhook URL. The workflow must be active and have a Webhook trigger node. |
| n8n_health_checkA | Check the connection to the n8n instance and verify API credentials. |
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/alicankiraz1/cursor-n8n-builder'
If you have feedback or need assistance with the MCP directory API, please join our Discord server