
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@keboola/n8n-nodes-keboola
Advanced tools
n8n node to interact with Keboola Storage APIs & MCP Server
This is an n8n community node that integrates Keboola with your n8n workflows, so you can automate data pipelines, upload and download tables, and connect Keboola to hundreds of other services through n8n.
Keboola is a data platform for building and running data pipelines, while n8n is a fair-code licensed workflow automation tool. Together, they allow you to orchestrate data flows end-to-end with minimal effort.
To install the Keboola community node directly from the n8n Editor UI:
@keboola/n8n-nodes-keboola
The Keboola node is now available in your workflows.
If you want to contribute to this project, you can link the node to your local n8n instance.
Install and start n8n (if not already installed):
npm install -g n8n
n8n start
This will create the ~/.n8n directory.
git clone git@github.com:keboola/n8n-nodes-keboola.git # or https://github.com/keboola/n8n-nodes-keboola.git
cd n8n-nodes-keboola
npm install
npm run build
mkdir -p ~/.n8n/custom
ln -s /full/path/to/n8n-nodes-keboola ~/.n8n/custom/n8n-nodes-keboola
n8n start
If you modify the node, rebuild and restart:
pnpm run build
n8n start
The Keboola node currently supports three types of operations:
Extracts data from a Keboola table into your n8n workflow. - Parameters: Credential, Table ID
Uploads data from your workflow into a Keboola table. - Parameters: Bucket Stage, Bucket Name, Table Name, Primary Key(s), Import Mode
For advanced use cases, you can call any Keboola Storage API endpoint directly.
The node uses API Key authentication.
When creating a credential in n8n, select your Keboola stack region:
https://connection.keboola.com (Stack: AWS, Region: us-east-1)https://connection.eu-central-1.keboola.com (Stack: AWS, Region: eu-central-1)https://connection.north-europe.azure.keboola.com (Stack: Azure, Region: north-europe)https://connection.us-east4.gcp.keboola.com (Stack: US East, Region: us-east4)
Then provide your Keboola Storage API Token (create under Project Settings → API Tokens in Keboola).
This node has been tested with n8n version 1.57.0 and newer.
This project uses GitHub Actions to publish releases to npm. To create a release:
main is up to date.package.json according to semver.v1.0.0).The CI workflow will build, test, and publish automatically.
See Releases.
For additional help, open an issue in this repo or contact Keboola Support.
FAQs
n8n node to interact with Keboola Storage APIs & MCP Server
We found that @keboola/n8n-nodes-keboola demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.