MCP Directory
Back

mcp-server

by keboola · Python · ★ 84

Model Context Protocol (MCP) Server for the Keboola Platform

#data-platform#etl-pipeline#keboola-platform#mcp#mcp-server#model-context-protocol

Install

pip install git+https://github.com/keboola/mcp-server.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/keboola/mcp-server.git"
      ]
    }
  }
}

From the README

[](https://deepwiki.com/keboola/mcp-server) > Connect your AI agents, MCP clients (**Cursor**, **Claude**, **Windsurf**, **VS Code** ...) and other AI assistants to Keboola. Expose data, transformations, SQL queries, and job triggers—no glue code required. Deliver the right data to agents when and where they need it. 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. - [Quick Start](#-qu…
Read full README on GitHub →

Related other servers