Skip to main content
Glama

McFlow

export

Export n8n workflows to JSON files for backup, sharing, or deployment purposes. Specify individual workflow IDs or export all workflows at once with customizable output formatting.

Instructions

Export workflows from n8n - replaces "n8n export:workflow" command

Input Schema

NameRequiredDescriptionDefault
allNoExport all workflows
idNoWorkflow ID to export
outputPathNoOutput directory path (defaults to workflows/flows)
prettyNoFormat JSON output prettily (default: true)

Input Schema (JSON Schema)

{ "properties": { "all": { "description": "Export all workflows", "type": "boolean" }, "id": { "description": "Workflow ID to export", "type": "string" }, "outputPath": { "description": "Output directory path (defaults to workflows/flows)", "type": "string" }, "pretty": { "description": "Format JSON output prettily (default: true)", "type": "boolean" } }, "type": "object" }

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