n8n Livestream: Product Updates, Community Creator & the latest Community Challenge
n8n ·2026-04-30 ·1 min read
Summary written by us from the video's transcript. The video, and everything in it, is n8n's work.
Learn about n8n’s latest AI‑related updates, the new N8N Connect feature, and a real‑world ticket‑management workflow example.
Takeaways
- MCP is in beta preview; enable it in settings and connect to LLMs like Claude.
- A new skill improves LLM‑generated workflow nodes for more accurate builds.
- Agents will become standalone entities with richer state and execution handling.
- The AI Assistant can auto‑build, test, and run workflows via browser control.
- N8N Connect lets cloud users use AI models without external credential steps.
MCP preview and skill support
Nick explained that the **MCP (Machine Code Prompt)** is now in beta preview. Users can enable it via the MCP setting in their instance, then connect it to LLMs such as Claude using the built‑in connector. The feature is updated with each new n8n release.
The team also introduced a **skill** that helps LLMs generate more appropriate workflow nodes (e.g., preferring set nodes over code nodes), improving how AI builds n8n workflows.
Agents as first‑class citizens
Current agents live inside a node; the upcoming change will give agents their own UI entity alongside workflows, with enhanced capabilities like long‑running memory, state management, routing and better execution locking for chat‑style interactions.
This redesign aims to let agents power complex use cases such as an AI workflow builder, moving beyond the limited node‑based approach.
AI Assistant sneak peek
Nick showcased a demo of the **AI Assistant** that can create, test, and iterate workflows using browser automation. In the video the assistant built a form‑to‑calendar flow, published it, filled out the form via the browser, and verified a Google Calendar event was created.
Beyond workflow creation, the assistant will eventually support file system access, web search, OCR, multimodal input, proactive suggestions, and mobile or messaging integrations.
N8N Connect – AI token consumption made easy
David described **N8N Connect** as a way to consume AI tokens directly inside n8n without leaving the platform. It bundles services such as web search, scraping, OCR, and contact enrichment, reducing credential‑setup friction.
The feature is currently an experiment for a subset of new cloud users with limited providers, aiming for GA later this quarter and eventual self‑hosted support.
Community workflow: Jotform ticket manager
Zane Khan demonstrated a client workflow that routes support tickets from **Jotform** into a SaaS company’s internal processes.
He highlighted Jotform’s flexibility—conditional logic, easy integrations—and how n8n can automate ticket handling without custom code.