Back to directory
keboola/mcp-server

keboola/mcp-server

@keboola

Keboola Platform MCP server for AI agents and clients, enabling data access, transformations, SQL queries, and job triggers

keboolamcpdata-platformai-agentsintegrationcloud-datatransformationssqlcloud

Installation & Configuration

{
  "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"
      }
    }
  }
}

Information

Transport
stdiostreamable-http
Language
Python
Created
2026/6/13
Updated
2026/6/13