n8n-manager-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| n8n_list_workflowsA | List all workflows on an n8n server. Returns workflow names, IDs, active status, and node counts. |
| n8n_get_workflowA | Get detailed information about a specific n8n workflow including all nodes, connections, and settings. |
| n8n_create_workflowA | Create a new n8n workflow. Provide the full workflow JSON including nodes and connections. |
| n8n_update_workflowB | Update an existing n8n workflow. Send the full updated workflow JSON. |
| n8n_delete_workflowA | Delete a workflow from an n8n server. This action cannot be undone. |
| n8n_activate_workflowA | Activate or deactivate an n8n workflow. |
| n8n_list_executionsB | List recent workflow executions on an n8n server. Shows status, timing, and errors. |
| n8n_add_serverA | Add or update an n8n server connection. The API key can be created in n8n under Settings > API. |
| n8n_list_serversB | List all configured n8n server connections. |
| n8n_ping_serverB | Test the connection to an n8n server. |
| n8n_remove_serverC | Remove an n8n server from the configuration. |
| n8n_export_workflowA | Export a workflow from an n8n server as JSON. Returns the complete workflow definition that can be imported into another n8n instance. |
| n8n_import_workflowA | Import a workflow JSON onto an n8n server. Takes a full n8n workflow JSON and creates it on the server. |
| n8n_describe_nodesB | Get information about common n8n node types. Useful for understanding which nodes to use when building workflows. |
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
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/ellmos-ai/n8n-manager-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server