n8n-manager-for-ai-agents

czlonkowski/n8n-manager-for-ai-agents
★ 57 stars TypeScript 🤖 AI/LLM Updated 9d ago
MCP server for Claude Desktop to manage your n8n workflows
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-manager-for-ai-a": {
      "command": "npx",
      "args": [
        "-y",
        "czlonkowski/n8n-manager-for-ai-agents"
      ]
    }
  }
}