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

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.

GitHub

A read-only mirror of Anthropic's community plugin marketplace for Claude Cowork and Claude Code, listing vetted third-party plugins in a nightly-synced marketplace.json. Intended for discovering and installing community plugins via the Claude plugin system.

GitHub

Lets AI agents discover and run Apify Actors as MCP tools for web scraping and automation; supports OAuth/Streamable HTTP, dynamic tool discovery, output-schema inference, and agentic payments (AGI, x402, Skyfire) so agents like Claude, ChatGPT, or VS Code can call ready-made scrapers and automations.