Keboola MCP Server

Keboola MCP Server is an open-source bridge between your Keboola project and modern AI tools. It turns Keboola features - like storage access, SQL transformations, and job triggers - into callable tools for Claude, Cursor, CrewAI, LangChain, Amazon Q, and more.

People connecting data & analytics tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 86 · #2 OF 75 MAINTAINED DATA & ANALYTICS · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Keboola MCP Server

before you install - you'll need

KBC_STORAGE_API_URL, KBC_STORAGE_TOKEN, KBC_WORKSPACE_SCHEMA, KBC_BRANCH_ID are optional or environment-specific per the README.

Claude Code

claude mcp add keboola-mcp-server --transport http https://mcp.us-east4.gcp.keboola.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "keboola-mcp-server": {
      "url": "https://mcp.us-east4.gcp.keboola.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.us-east4.gcp.keboola.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.us-east4.gcp.keboola.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license MIT - declared in the repository

pypi package keboola-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace com.keboola - domain-verified with the official MCP registry

03 · What Keboola MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.76.2 · 2026-08-21

dependency bumps + security alerts · keep the Storage token on jobs-queue/AI-service/sync-actions

v1.76.0 · 2026-08-19

RFC - PAT/AT token support and PKCE login · raise query_data max rows limit to 10k · accept programmatic bearer tokens for tools/list, scoped by X-KBC-ProjectId

v1.75.2 · 2026-08-10

batch sqlglot 30.14.0 + docker/login-action 4.5.2 · make ruff the only linter and formatter · add ruff 0.16 as an additional lint pass · add get_shared_buckets and link_shared_bucket tools [AI-3243] · clarify…

04 · Who maintains Keboola MCP Server

mcp is maintained by keboola. It's the only MCP server we track from this author; the repo dates to Jan 2025.

05 · Facts

category
data & analytics - ranked #2 of 75 actively-maintained data & analytics servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
com.keboola/mcp (active, first published 2025-10-14 · 35 versions)
packages
pypi:keboola-mcp-server

06 · Keboola MCP Server FAQ

What is Keboola MCP Server?

Keboola MCP Server is an open-source bridge between your Keboola project and modern AI tools. It turns Keboola features - like storage access, SQL transformations, and job triggers - into callable tools for Claude, Cursor, CrewAI, LangChain, Amazon Q, and more.

Is Keboola MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Keboola MCP Server?

Run `uvx keboola-mcp-server`. The README documents 4 environment variables (KBC_STORAGE_API_URL, KBC_STORAGE_TOKEN, KBC_WORKSPACE_SCHEMA…) to set first. KBC_STORAGE_API_URL, KBC_STORAGE_TOKEN, KBC_WORKSPACE_SCHEMA, KBC_BRANCH_ID are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Keboola MCP Server require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Keboola MCP Server

head to head · Server Chart vs Keboola MCP Server · ClaudeR - RStudio MCP Server vs Keboola MCP Server · Keboola MCP Server vs Google Analytics MCP