N8N Service
Description: Workflow automation for managing workflows, executions, and nodes
Configuration
- N8N URL
- API Key
- Admin Email
- Admin Password
Detailed Configuration Instructions
- N8N URL:
- Use your instance URL, e.g.,
https://your-n8n-instance.com - Ensure accessibility from your network
- Use your instance URL, e.g.,
- API Key:
- In N8N, go to Settings → API Keys
- Create a key with necessary permissions
- Copy and store securely
- Admin Credentials:
- Provide admin email and password for workflow management
- 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 workflowsCreate a workflow that sends an email when a new JIRA ticket is createdEdit workflow 123 to add a Slack notificationGenerate a workflow from this description: 'Daily backup process'Get details of workflow 'Data Sync'Show me all active workflows