keboola/keboola-mcp-server
interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API.
Quick Start
Clone the repository:
git clone https://github.com/keboola/keboola-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"keboola-mcp-server": {
"command": "npx",
"args": [
"-y",
"keboola/keboola-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.