Skip to content

N8N Service

Description: Workflow automation for managing workflows, executions, and nodes

Configuration

  1. N8N URL
  2. API Key
  3. Admin Email
  4. Admin Password

Detailed Configuration Instructions

  1. N8N URL:
    • Use your instance URL, e.g., https://your-n8n-instance.com
    • Ensure accessibility from your network
  2. API Key:
    • In N8N, go to Settings → API Keys
    • Create a key with necessary permissions
    • Copy and store securely
  3. Admin Credentials:
    • Provide admin email and password for workflow management
  4. Configure in plemeo MCP: Enter URL, API key, and admin credentials

Important Notes

  • API key must have permissions for workflow operations
  • Admin credentials are needed for create/edit operations

Main Commands

  • List workflows
  • Get workflow
  • Create workflow
  • Edit workflow
  • Generate workflow from description
  • Execution details
  • List active workflows

Examples

Show me all my N8N workflows
Create a workflow that sends an email when a new JIRA ticket is created
Edit workflow 123 to add a Slack notification
Generate a workflow from this description: 'Daily backup process'
Get details of workflow 'Data Sync'
Show me all active workflows