Skip to main content
Glama

McFlow

MCP server for managing n8n workflows with external file support.

Installation

git clone https://github.com/mckinleymedia/mcflow-mcp.git cd mcflow-mcp npm install npm run build

Setup

Add to Claude Code config (~/.claude.json):

{ "mcpServers": { "mcflow": { "type": "stdio", "command": "node", "args": [ "<ABSOLUTE_PATH_TO_REPO>/mcflow-mcp/dist/index.js" ], "env": {} } } }

Features

  • Extract code/prompts/SQL from nodes into editable files

  • Deploy workflows with automatic code compilation

  • Generate workflow templates

  • Manage n8n instance (auto-installs if needed)

  • NEW: Generic workflow tracking system with checkpoints and error handling

  • NEW: Generate Next.js apps for workflow data management

Docs

License

MIT

Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mckinleymedia/mcflow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server