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
By keboola
Installation
npx -y keboola-mcp-serverConfiguration
{
"mcpServers": {
"keboola-mcp-server": {
"command": "npx",
"args": ["-y", "keboola-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes