Loading MCP server directory, please wait...
Operate and build n8n: 61 tools, 560-node catalog, validation, autofix, snapshots and backups.
npx @getmcp/cli add io.github.leonardosepulvedat/mcp-n8nRequires Node.js 18+. Community-contributed server. Review source before installing.
N8N_BASE_URLBase URL of the n8n instance (e.g. https://your-n8n-instance.com)
N8N_API_KEYn8n API key (Settings -> n8n API)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.leonardosepulvedat/mcp-n8n": {
"command": "npx",
"args": [
"-y",
"mcp-n8n"
],
"env": {
"N8N_BASE_URL": "",
"N8N_API_KEY": "",
"N8N_TOOLSETS": ""
}
}
}
}