Discover the toolingbehind modern intelligence
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
The operating system for AI infrastructure discovery. Search a live map of MCP servers, AI agents, LLM tools, automation systems, and developer infrastructure.
A MCP for Claude Desktop / Claude Code / Windsurf / Cursor to build n8n workflows for you
AI summary
Auto-generated overview of what this skill does and when to reach for it.
AI assistant plugin that lets LLMs read n8n’s 1,851 automation nodes and build workflows for you.
$ npx skillcity@latest czlonkowski/n8n-mcpAuto-detects the skill or MCP server in this repo and installs it for Claude Code, Codex, Cursor or Cline.
Requires Node.js 18+ (ships with npx).
npx -y n8n-mcp
MCP Configuration
Add this to your claude_desktop_config.json
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-mcp"
]
}
}
}Loading README…