Back to MCP Servers

Keboola

interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.

data-platformsapirag

Installation

npx -y keboola-mcp-server

Configuration

{
  "mcpServers": {
    "keboola-mcp-server": {
      "command": "npx",
      "args": ["-y", "keboola-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub