A server for programmatically creating and managing n8n workflows with a REST API interface, supporting workflow creation, validation, and export.
Lists all workflows from n8n.
Creates a new workflow in n8n.
Retrieves a workflow by its ID.
Updates an existing workflow.
Deletes a workflow by its ID.
Activates a workflow by its ID.
Deactivates a workflow by its ID.
Lists all workflow executions with optional filters.
Retrieves details of a specific execution by its ID.
Deletes an execution by its ID.
No reviews yet. Be the first to review!
Sign in to join the conversation
After downloading, you can run the MCP server in any client or IDE:
node path/to/downloaded/file.mjs