AIAny
Icon for item

n8n-MCP

Gives AI coding assistants a queryable index of n8n's 2,000+ workflow nodes — their real properties, operations, and 2,300+ templates — so generated workflow JSON validates instead of hallucinating node names and connections.

Introduction

Ask an LLM to build an n8n workflow and it will happily emit JSON — which then breaks, because n8n ships 2,000+ nodes whose property names and connection shapes the model is mostly guessing at. The fix here isn't a smarter model; it's giving the agent a lookup table. This MCP server exposes every node's real schema, operations, and a library of working templates so the agent grounds its output in fact rather than memory.

What Sets It Apart
  • Catalog over recall: 2,063 nodes (816 core + 1,247 community) with ~99% property coverage and 2,352 templates — the agent queries the live catalog instead of leaning on stale or partial training data.
  • Validation in the loop: beyond docs lookup, it ships tools that check a workflow before it ever reaches your instance, catching bad node references and broken connections early.
  • Optional write path: with n8n API credentials, 13 management tools let the agent create, update, run, and inspect workflows end to end — not just describe them.
  • Agent-node awareness: 265 AI-capable tool variants are flagged, so building agentic workflows inside n8n is a first-class case rather than an afterthought.
Who It's For

Great fit if you drive n8n through Claude Desktop, Claude Code, Cursor, or Windsurf and you're tired of hand-fixing hallucinated node configs. It's an independent project (by Romuald Członkowski / AiAdvisors), not an official n8n release, so treat it as community plumbing rather than vendor support. Look elsewhere if you don't run n8n or want a visual no-code builder — this serves AI clients, not a UI. Community-node coverage is broad but trails core-node accuracy, so double-check niche nodes.

Information

  • Websitegithub.com
  • OrganizationsAiAdvisors
  • Authorsczlonkowski
  • Published date2025/06/07

Categories

More Items

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub

Lets AI agents produce expressive, polished charts from compact, human-editable semantic specs; the compiler infers layout, scales, and labels and emits Vega-Lite, ECharts, or Chart.js outputs, with an MCP server for agent-driven chart creation and rendering.