Connection check
local install
n8n-manager-mcp
MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
Tools
19
GitHub stars
2
Installs / wk
153
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
19 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
n8n_activate_workflow
from source
Activate or deactivate an n8n workflow. Activate or deactivate an n8n workflow.
n8n_add_server
from source
Add or update an n8n server connection. The API key can be created in n8n under Settings > API. Add or update an n8n server connection. The API key can be created in n8n under Settings > API.
n8n_create_workflow
from source
Create a new n8n workflow. Provide the full workflow JSON including nodes and connections. Create a new n8n workflow. Provide the full workflow JSON including nodes and connections.
n8n_delete_workflow
from source
Delete a workflow from an n8n server. By default, a JSON backup is saved before deletion. Delete a workflow from an n8n server. By default, a JSON backup is saved before deletion.
n8n_describe_nodes
from source
Get information about common n8n node types. Useful for understanding which nodes to use when building workflows. Get information about common n8n node types. Useful for understanding which nodes to use when building workflows.
n8n_export_workflow
from source
Export a workflow from an n8n server as JSON. Returns the complete workflow definition that can be imported into another n8n instance. Export a workflow from an n8n server as JSON. Returns the complete workflow definition that can be imported into another n8n instance.
n8n_get_workflow
from source
Get detailed information about a specific n8n workflow including all nodes, connections, and settings. Get detailed information about a specific n8n workflow including all nodes, connections, and settings.
n8n_import_workflow
from source
Import a workflow JSON onto an n8n server. Takes a full n8n workflow JSON and creates it on the server. Import a workflow JSON onto an n8n server. Takes a full n8n workflow JSON and creates it on the server.
n8n_list_backups
from source
List local workflow backups created before n8n mutations. List local workflow backups created before n8n mutations.
n8n_list_executions
from source
List recent workflow executions on an n8n server. Shows status, timing, and errors. List recent workflow executions on an n8n server. Shows status, timing, and errors.
n8n_list_servers
from source
List all configured n8n server connections. List all configured n8n server connections.
n8n_list_workflows
from source
List all workflows on an n8n server. Returns workflow names, IDs, active status, and node counts. List all workflows on an n8n server. Returns workflow names, IDs, active status, and node counts.
n8n_manager_history
from source
Read version history, recorded decisions, and sync history from a running n8n-workflow-manager. Requires the N8N_MCP_MANAGER_URL environment variable; without it, this MCP talks to… Read version history, recorded decisions, and sync history from a running n8n-workflow-manager. Requires the N8N_MCP_MANAGER_URL environment variable; without it, this MCP talks to n8n directly and no such history exists. Read-only.
n8n_ping_server
from source
Test the connection to an n8n server. Test the connection to an n8n server.
n8n_remove_server
from source
Remove an n8n server from the configuration. Remove an n8n server from the configuration.
n8n_restore_workflow
from source
Restore a workflow from a local backup. By default creates a new workflow; pass target_workflow_id to overwrite an existing workflow. Restore a workflow from a local backup. By default creates a new workflow; pass target_workflow_id to overwrite an existing workflow.
n8n_safety_status
from source
Show n8n Manager safety settings, backup directory, audit log location, and whether the optional n8n-workflow-manager seam is configured and reachable. Show n8n Manager safety settings, backup directory, audit log location, and whether the optional n8n-workflow-manager seam is configured and reachable.
n8n_set_safety_mode
from source
Configure local safety settings: read-only mode, backup-before-mutation, and audit logging. Configure local safety settings: read-only mode, backup-before-mutation, and audit logging.
n8n_update_workflow
from source