MCP Directory
Back

n8n-manager-for-ai-agents

by czlonkowski · TypeScript · ★ 60

MCP server for Claude Desktop to manage your n8n workflows

Install

npx -y github:czlonkowski/n8n-manager-for-ai-agents

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

> [!IMPORTANT] > **This repository is no longer being actively developed.** The n8n instance management tools have been integrated into the more comprehensive [n8n-mcp](https://github.com/czlonkowski/n8n-mcp) project, which provides a complete solution for n8n automation with AI agents. > > Please use [n8n-mcp](https://github.com/czlonkowski/n8n-mcp) for the latest features and updates. [](https://opensource.org/licenses/MIT) [](https://nodejs.org) [](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io) [](https://docs.n8n.io/api/) A Model Context Protocol (MCP) server that e…
Read full README on GitHub →

Related other servers