Skip to main content
Glama

McFlow

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)

Docs

License

MIT

Deploy Server
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Enables creation, management, and deployment of n8n workflows with enhanced context and automation capabilities. Features code extraction, automatic documentation, template generation, and intelligent project organization for streamlined workflow development.

  1. Installation
    1. Setup
      1. Features
        1. Docs
          1. License

            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