HomeDatabases & Data › mcp-server

mcp-server

Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...

Official Python Remote
★ 86 stars Last pushed 2026-09-23 License: MIT

Topics: Data Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.us-east4.gcp.keboola.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

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

Or add to your MCP client config:

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

Package (pypi 1.86.0)

uvx keboola-mcp-server

Or add to your MCP client config:

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

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry