RUN IN TERMINAL
claude mcp add comkeboola-mcp -- uvx keboola-mcp-server
ADD TO claude_desktop_config.json
{
"mcpServers": {
"comkeboola-mcp": {
"command": "uvx",
"args": ["keboola-mcp-server"]
}
}
}
ADD TO .vscode/mcp.json
{
"mcpServers": {
"comkeboola-mcp": {
"command": "uvx",
"args": ["keboola-mcp-server"]
}
}
}
ADD TO .cursor/mcp.json
{
"mcpServers": {
"comkeboola-mcp": {
"command": "uvx",
"args": ["keboola-mcp-server"]
}
}
}
About This MCP Server
Connect your AI assistants to Keboola and expose your data, transformations, SQL queries, .... This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with database capabilities via the stdio transport.
Package
keboola-mcp-server on pypi
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on pypi.
What tools does it provide?
The mcp server extends your AI assistant with database capabilities. Once installed, your AI can use its tools automatically.