Skip to main content
Glama
carlosjperez

n8n-mcp-connector

by carlosjperez

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
N8N_API_KEYNoAPI key for authentication (recommended)
N8N_BASE_URLYesYour N8N instance URL (e.g., http://localhost:5678)
N8N_PASSWORDNoPassword for password-based authentication
N8N_USERNAMENoUsername for password-based authentication

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
execute_workflowC

Execute an n8n workflow by ID or name with advanced options and monitoring

list_workflowsC

List all available workflows with filtering and pagination

get_workflowB

Get detailed information about a specific workflow including nodes and connections

get_execution_statusB

Get the status and details of a workflow execution with performance metrics

list_executionsB

List recent workflow executions with filtering, pagination, and statistics

activate_workflowC

Activate or deactivate a workflow with validation and confirmation

create_webhookC

Create a webhook URL for a workflow with custom configuration

create_nodeC

Create a new node in a workflow with advanced configuration options

update_nodeC

Update an existing node in a workflow

delete_nodeC

Delete a node from a workflow

create_connectionC

Create a connection between two nodes in a workflow

delete_connectionC

Delete a connection between two nodes in a workflow

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 12 tools

Disambiguation4/5

Most tools target clearly distinct resources and actions: nodes, connections, workflows, and executions. create_webhook slightly overlaps with create_node since a webhook is a node type in n8n, but the descriptions clarify the specialized intent.

Naming Consistency5/5

All tools use a consistent snake_case verb_noun pattern such as create_node, update_node, list_workflows, and execute_workflow. Minor plural/singular variations are conventional and readable.

Tool Count5/5

12 tools is well within a reasonable range for an n8n connector, covering key node, connection, workflow, and execution operations without obvious bloat. Each tool appears to earn its place.

Completeness3/5

Core node and connection operations are present, but the workflow lifecycle is incomplete: there is no create_workflow, update_workflow, or delete_workflow, and no update_connection. These gaps may force agents to work around missing fundamental workflow management operations.

Maintenance

ActivityInactive
ResponsivenessNo issues