MCP Server
Rank #180com.keboola/mcp
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, ...
MCP Server is a Model Context Protocol (MCP) server published by keboola. It ranks #180 of 115,591 servers tracked on MCP Toplist, and its repository has 86 GitHub stars. MCP Server is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 31 tracked versions. It was first listed on Jan 12, 2025 and most recently updated on Aug 26, 2026.
Ranks ahead of 115,411 of 115,591 servers on MCP Toplist.
Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http keboola https://mcp.us-east4.gcp.keboola.com/mcpclaude mcp add keboola -- uvx keboola-mcp-server[mcp_servers.keboola]
url = "https://mcp.us-east4.gcp.keboola.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.keboola]
command = "uvx"
args = ["keboola-mcp-server"]Add to ~/.codex/config.toml.
https://mcp.us-east4.gcp.keboola.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"keboola": {
"command": "uvx",
"args": [
"keboola-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"keboola": {
"url": "https://mcp.us-east4.gcp.keboola.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"keboola": {
"command": "uvx",
"args": [
"keboola-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"keboola": {
"type": "http",
"url": "https://mcp.us-east4.gcp.keboola.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"keboola": {
"type": "stdio",
"command": "uvx",
"args": [
"keboola-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"keboola": {
"serverUrl": "https://mcp.us-east4.gcp.keboola.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"keboola": {
"command": "uvx",
"args": [
"keboola-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"keboola": {
"url": "https://mcp.us-east4.gcp.keboola.com/mcp"
}
}
}{
"mcpServers": {
"keboola": {
"command": "uvx",
"args": [
"keboola-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.keboola%2Fmcp)<a href="https://mcptoplist.com/server/com.keboola%2Fmcp"><img src="https://mcptoplist.com/badge/com.keboola%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
keboola
Other servers by keboola
View all keboola servers →Available versions (31)
| Version | Published |
|---|---|
| 1.78.4 | Aug 26, 2026 |
| 1.78.2 | Aug 25, 2026 |
| 1.78.1 | Aug 25, 2026 |
| 1.76.2 | Aug 21, 2026 |
| 1.74.6 | Aug 5, 2026 |
| 1.74.3 | Jul 30, 2026 |
| 1.64.0 | Jun 1, 2026 |
| 1.59.1 | Apr 29, 2026 |
| 1.57.1 | Apr 22, 2026 |
| 1.56.2 | Apr 20, 2026 |
| 1.56.1 | Apr 17, 2026 |
| 1.56.0 | Apr 17, 2026 |
| 1.55.0 | Apr 16, 2026 |
| 1.49.1 | Mar 30, 2026 |
| 1.49.0 | Mar 20, 2026 |
| 1.48.4 | Mar 13, 2026 |
| 1.48.0 | Mar 6, 2026 |
| 1.46.0 | Mar 3, 2026 |
| 1.44.7 | Feb 20, 2026 |
| 1.44.4 | Feb 11, 2026 |
| 1.43.2 | Feb 3, 2026 |
| 1.42.1 | Feb 2, 2026 |
| 1.39.0 | Jan 23, 2026 |
| 1.37.0 | Jan 19, 2026 |
| 1.36.1 | Dec 16, 2025 |
| 1.32.4 | Nov 21, 2025 |
| 1.32.0 | Nov 14, 2025 |
| 1.28.1 | Nov 7, 2025 |
| 1.26.1 | Oct 15, 2025 |
| 1.25.0 | Oct 14, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Server?
- MCP Server is maintained by keboola, which publishes 3 MCP servers (31 total versions) tracked on MCP Toplist.
- Is MCP Server listed on the Official MCP Registry?
- Yes — MCP Server is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does MCP Server have?
- MCP Toplist tracks 31 versions of MCP Server, most recently published on Aug 26, 2026.
- Where can I find the source code for MCP Server?
- The source code for MCP Server is hosted at github.com/keboola/mcp-server.