Developer Tools

n8n Knowledge MCP Server

Chat with AI and run tools instantly.

Materialized n8n node catalog, workflow templates, config exemplars, expression docs, and offline workflow validation for AI workflow builders.

Managed
11 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for n8n Knowledge — workflow patterns, data models, and gotchas for your AI agent.

n8n Knowledge

Search nodes, inspect schemas, browse templates, and validate workflow JSON offline before touching a live n8n instance.

Workflow

  1. Discover nodesn8n_index_search_nodes by capability; filter with nodeCategoryId / nodeCategoryName or includeBrowseCategories=true for the browse tree; set includeOperations=true for resource/operation/mode trees on integration nodes.
  2. Inspect scheman8n_index_get_node for one node, or requests[] for up to 10 filtered lookups with resource/operation/mode context.
  3. Find examplesn8n_index_search_templates with mode=by_metadata (categoryName, minViews), facetField + facetValue (nodes / apps / categories), or keyword search; then n8n_index_get_template with mode=structure or mode=full.
  4. Validate offlinen8n_index_validate_draft before deploy to catch missing node names, malformed connection edges, Set typeVersion mismatches, and unknown node types.
  5. Learn patternsn8n_index_get_patterns, n8n_index_get_ai_patterns, and n8n_index_get_guides; use n8n_index_suggest_nodes for category-based node picks.
  6. Repair draftsn8n_index_repair_draft in preview mode before applying fixes to workflow JSON.

Deploy-safe workflow JSON

  • Connections map by node name — each source is an object, not an array: "Manual Trigger": {"main": [[{"node": "Set Message", "type": "main", "index": 0}]]}. A bare array under the source name is rejected by the n8n API.
  • Every connection edge needs node, type (usually main), and index (usually 0). Edges like {"node": "Set"} are rejected by the n8n API.
  • Match each node's typeVersion to the index: inspect n8n_index_get_node config examples for your parameter shape, or run n8n_index_validate_draft / n8n_index_repair_draft to align against catalog exemplars and supported node versions.
  • Wrap dynamic values as ={{ $json.field }}; bare $json.field strings fail at runtime on many nodes.

Gotchas

  • Node types are exact strings such as n8n-nodes-base.httpRequest or @n8n/n8n-nodes-langchain.agent.
  • Community preview names in upstream feeds are normalized to installed package names in this index.
  • Template workflow JSON lives on the inner workflow.workflow path in n8n's API; this index stores the parsed workflow already.
  • Offline validation catches structural issues only; live instance validation still needs the user's n8n connection.

Tools in this Server (11)

N8N Index Get Ai Patterns

List or inspect frequent workflow node-type patterns mined from indexed templates. Use mode=list first, then mode=detail with patternId for node seque...

N8N Index Get Guides

Browse or fetch workflow-building guides. Use mode=list first, then mode=detail with topic or technique for expressions, branching, batching, credenti...

N8N Index Get Node

Get schema and optional config exemplars for one or more n8n node types. Use requests[] for batch lookup with resource/operation/mode filters, or node...

N8N Index Get Patterns

List curated n8n template collections and learning-path patterns from the knowledge index.

N8N Index Get Template

Fetch an n8n template from the local index. Use mode=structure for a compact graph summary without full parameter payloads, or mode=full for complete ...

N8N Index Repair Draft

Detect and optionally fix common workflow issues: expression wrapping, typeVersion mismatches, Split In Batches connection rewires, IF wiring hints, w...

N8N Index Search Expressions

Search expression syntax notes and common workflow gotchas such as IF and Split In Batches wiring.

N8N Index Search Nodes

Search the materialized n8n node catalog (~1,500 core and community nodes). Use includeOperations=true to see resource/operation/mode discriminators b...

N8N Index Search Templates

Search n8n workflow templates from the materialized catalog (~10k templates). Returns metadata and node-type coverage; use n8n_index_get_template for ...

N8N Index Suggest Nodes

Get node recommendations for workflow techniques mined from indexed templates. Technique slugs come from the refresh pipeline (node groups, credential...

N8N Index Validate Draft

Offline workflow validation against the materialized node catalog. Checks node shape, connection targets, and known node types before live deployment.

Frequently Asked Questions

What is the n8n Knowledge MCP server?

Materialized n8n node catalog, workflow templates, config exemplars, expression docs, and offline workflow validation for AI workflow builders. It provides 11 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect n8n Knowledge to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/n8n-knowledge. Authentication is handled automatically.

How many tools does n8n Knowledge provide?

n8n Knowledge provides 11 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does n8n Knowledge require?

n8n Knowledge uses open data APIs — no authentication required.

Setup Instructions

Connect n8n Knowledge to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/n8n-knowledge

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to n8n Knowledge and paste the MCP URL into Remote MCP server URL.
  4. Click Add. n8n Knowledge will appear under Not connected — select it and click Connect to complete OAuth.
Name: n8n Knowledge
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/n8n-knowledge
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try n8n Knowledge now

No API key or third-party login required. Chat with AI and run tools instantly.

n8n Knowledge MCP Server & Skill — 11 Tools