@czlonkowski/n8n-mcp
n8n-mcp is a comprehensive documentation and knowledge server that provides AI assistants with complete access to n8n node information through the Model Context Protocol (MCP). It serves as a bridge b
Install
Add @czlonkowski/n8n-mcp to Claude Code with the PolySkill CLI: polyskill add @czlonkowski/n8n-mcp
Instructions
# CLAUDE.md This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository. ## Project Overview n8n-mcp is a comprehensive documentation and knowledge server that provides AI assistants with complete access to n8n node information through the Model Context Protocol (MCP). It serves as a bridge between n8n's workflow automation platform and AI models, enabling them to understand and work with n8n nodes effectively. ### Current Architecture: ``` src/ ├── loaders/ │ └── node-loader.ts # NPM package loader for both packages ├── parsers/ │ ├── node-parser.ts…
Keywords: github, n8n, model-context-protocol, ai-assistants, documentation-server, knowledge-management, workflow-automation, node-information, integration