Back to Apps

Keboola MCP Server
Supports UIby keboola
Connect AI agents to the Keboola Data Platform to manage storage, SQL transformations, and job triggers.
0 stars
Works in:CursorWindsurfVS Code Copilot
Exposes:ToolsResources
What it does
This server integrates AI agents with the Keboola Platform, allowing them to interact with data pipelines and storage directly.
Tools
- Storage Management: Query tables and manage bucket/table descriptions.
- Component Control: List and inspect extractors, writers, and data apps.
- SQL Transformations: Generate and execute SQL transformations using natural language.
- Job Execution: Trigger components and retrieve detailed job execution logs.
- Workflow Orchestration: Build and manage complex pipelines using Conditional and Orchestrator Flows.
- Data App Management: Deploy and manage Streamlit-based Data Apps.
Installation
Claude Desktop
{
"mcpServers": {
"keboola": {
"command": "uvx",
"args": ["keboola_mcp_server --transport stdio"],
"env": {
"KBC_STORAGE_API_URL": "https://connection.YOUR_REGION.keboola.com",
"KBC_STORAGE_TOKEN": "your_keboola_storage_token",
"KBC_WORKSPACE_SCHEMA": "your_workspace_schema"
}
}
}
}
Supported hosts
- Claude
- Cursor
- Windsurf
- VS Code
Quick install
uvx keboola_mcp_serverInformation
- Pricing
- free
- Published
- 5/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add as global MCP server using uvx keboola_mcp_serverClaude Desktop
Add to claude_desktop_config.json with KBC_STORAGE_API_URL and KBC_STORAGE_TOKEN





