# n8n Workflow Builder

Create and manage n8n workflows programmatically.

## Quick Start

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

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

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

# Call a tool
npx -y smithery 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 tool get Jimmy974/n8n-workflow-builder <tool-name>
```

---

License: MIT
