Install
MCP server — add to your Claude Code config (typically
~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"n8n-mcp": {
"command": "npx",
"args": [
"-y",
"n8n-mcp"
]
}
}
}
Or smoke-test directly:
npx -y n8n-mcp
Details
| Website | https://www.npmjs.com/package/n8n-mcp |
|---|---|
| GitHub | git+https://github.com/czlonkowski/n8n-mcp.git |
| License | unknown |
| Pricing | free |
| Tags | n8n mcp model-context-protocol ai workflow automation |
| Sources | npm |
| Discovered | 2026-05-25 |