n8n-mcp-server

n8n-mcp-server

4.6

n8n-mcp-server is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of n8n-mcp-server 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@mcpreview.com.

A Model Context Protocol (MCP) server that allows AI assistants to interact with n8n workflows through natural language.

list_workflows

Retrieve a list of all workflows available in n8n

Try it

Optional filter to show only active or inactive workflows

Optional filter to show only active or inactive workflows

      Result:

      get_workflow

      Retrieve a specific workflow by ID

      Try it

      ID of the workflow to retrieve

          Result:

          create_workflow

          Create a new workflow in n8n

          Try it

          Name of the workflow

            Array of node objects that define the workflow

            nodes

            Array of node objects that define the workflow

            No items yet. Use the button below to add some.

              Connection mappings between nodes

                Whether the workflow should be active upon creation

                Whether the workflow should be active upon creation

                  Tags to associate with the workflow

                  tags

                  Tags to associate with the workflow

                  No items yet. Use the button below to add some.

                      Result:

                      update_workflow

                      Update an existing workflow in n8n

                      Try it

                      ID of the workflow to update

                        New name for the workflow

                          Updated array of node objects that define the workflow

                          nodes

                          Updated array of node objects that define the workflow

                          No items yet. Use the button below to add some.

                            Updated connection mappings between nodes

                              Whether the workflow should be active

                              Whether the workflow should be active

                                Updated tags to associate with the workflow

                                tags

                                Updated tags to associate with the workflow

                                No items yet. Use the button below to add some.

                                    Result:

                                    delete_workflow

                                    Delete a workflow from n8n

                                    Try it

                                    ID of the workflow to delete

                                        Result:

                                        activate_workflow

                                        Activate a workflow in n8n

                                        Try it

                                        ID of the workflow to activate

                                            Result:

                                            deactivate_workflow

                                            Deactivate a workflow in n8n

                                            Try it

                                            ID of the workflow to deactivate

                                                Result:

                                                list_executions

                                                Retrieve a list of workflow executions from n8n

                                                Try it

                                                Optional ID of workflow to filter executions by

                                                  Optional status to filter by (success, error, waiting, or canceled)

                                                    Maximum number of executions to return

                                                      ID of the last execution for pagination

                                                        Include summary statistics about executions

                                                        Include summary statistics about executions

                                                            Result:

                                                            get_execution

                                                            Retrieve detailed information about a specific workflow execution

                                                            Try it

                                                            ID of the execution to retrieve

                                                                Result:

                                                                delete_execution

                                                                Delete a specific workflow execution from n8n

                                                                Try it

                                                                ID of the execution to delete

                                                                    Result:

                                                                    run_webhook

                                                                    Execute a workflow via webhook with optional input data

                                                                    Try it

                                                                    Name of the workflow to execute (e.g., "hello-world")

                                                                      Input data to pass to the webhook

                                                                        Additional headers to send with the request

                                                                            Result: