n8n
JSON →Provides AI assistants with direct access to the n8n automation platform.
Tools · 18
- list_workflows List all workflows
- get_workflow Get workflow details by ID
- create_workflow Create new workflows
- update_workflow Update existing workflows
- delete_workflow Delete workflows
- activate_workflow Activate workflows
- deactivate_workflow Deactivate workflows
- list_variables List all variables
- get_variable Get variable by key
- create_variable Create new variables
- update_variable Update existing variables
- delete_variable Delete variables
- list_credentials List all credentials (sanitized)
- create_credential Create new credentials
- delete_credential Delete credentials
- list_executions List workflow executions
- get_execution Get execution details by ID
- self_test Test server connectivity and permissions
Environment variables
N8N_API_KEYN8N_BASE_URLN8N_API_TOKEN
Links
★ 3 GitHub stars