---
title: "n8n"
description: "n8n integration in meinGPT"
canonical_url: "https://meingpt.com/en/docs/integrations/n8n"
language: en
---

# n8n

## Two Core No-Code Interaction Modes

1. **n8n -> meinGPT**: n8n triggers assistants/workflows and processes outputs. This works today via the generic [Workflow API](/en/docs/api/workflows) or [Assistants API](/en/docs/api/assistants) — call the API from an HTTP Request node with your meinGPT API key (see [Authentication](/en/docs/api/authentication)).
2. **meinGPT -> n8n**: n8n workflows can be exposed as MCP tools that a meinGPT assistant calls. Full setup guide: [Connect to n8n MCP](/en/docs/integrations/connect-n8n-mcp).

A dedicated step-by-step "n8n -> meinGPT" walkthrough is coming soon. Until then, use the API docs linked above — the underlying endpoints are already live.
