# n8n Workflow Builder

Create and manage n8n workflows programmatically.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add Jimmy974/n8n-workflow-builder

# Browse available tools
npx -y @smithery/cli@latest tool list Jimmy974/n8n-workflow-builder

# Get full schema for a tool
npx -y @smithery/cli@latest tool get Jimmy974/n8n-workflow-builder create_workflow

# Call a tool
npx -y @smithery/cli@latest tool call Jimmy974/n8n-workflow-builder create_workflow '{}'
```

## Tools (1)

- `create_workflow` — Create and configure n8n workflows programmatically

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get Jimmy974/n8n-workflow-builder <tool-name>
```

---

Source: https://github.com/Jimmy974/n8n-workflow-builder | License: MIT
