n8n-manager-for-ai-agents

czlonkowski/n8n-manager-for-ai-agents

3.5

If you are the rightful owner of n8n-manager-for-ai-agents and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This repository provides a Model Context Protocol (MCP) server for managing n8n workflow automation instances through AI agents.

Tools

Functions exposed to the LLM to take actions

n8n_create_workflow

Create new workflows with nodes and connections.

n8n_get_workflow

Retrieve workflow details by ID.

n8n_update_workflow

Update existing workflows (requires full node list).

n8n_delete_workflow

Delete workflows permanently.

n8n_list_workflows

List workflows with filtering and pagination.

n8n_trigger_webhook_workflow

Trigger workflows via webhook URL.

n8n_get_execution

Get detailed execution information.

n8n_list_executions

List executions with status filtering.

n8n_delete_execution

Delete execution records.

n8n_health_check

Check API connectivity and configuration.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources