Keboola Explorer MCP Server
local-only server
The server can only run on the client’s local machine because it depends on local resources.
Integrations
Connects to Snowflake to provide access to Keboola data stored in Snowflake warehouses, enabling data exploration and preview capabilities.
Keboola MCP Server
A Model Context Protocol (MCP) server for interacting with Keboola Connection. This server provides tools for listing and accessing data from Keboola Storage API.
Requirements
- Keboola Storage API token
- Snowflake Read Only Workspace
Installation
Installing via Smithery
To install Keboola Explorer for Claude Desktop automatically via Smithery:
Manual Installation
First, clone the repository and create a virtual environment:
Install the package in development mode:
For development dependencies:
Claude Desktop Setup
To use this server with Claude Desktop, follow these steps:
- Create or edit the Claude Desktop configuration file:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
- Add the following configuration (adjust paths according to your setup):
Replace:
/path/to/keboola-mcp-server
with your actual path to the cloned repositoryyour-keboola-storage-token
with your Keboola Storage API tokenYOUR_REGION
with your Keboola region (e.g.,north-europe.azure
, etc.). You can remove it if your region is justconnection
explicitlyyour-workspace-user
with your Snowflake workspace username
Note: If you are using a specific version of Python (e.g. 3.11 due to some package compatibility issues), you'll need to update the
command
into using that specific version, e.g./path/to/keboola-mcp-server/.venv/bin/python3.11
Note: The Read Only Snowflake Workspace can be created in your Keboola project. It is the same project where you got your Storage Token. The workspace will provide all the necessary Snowflake connection parameters including the username.
- After updating the configuration:
- Completely quit Claude Desktop (don't just close the window)
- Restart Claude Desktop
- Look for the hammer icon in the bottom right corner, indicating the server is connected
Troubleshooting
If you encounter connection issues:
- Check the logs in Claude Desktop for any error messages
- Verify your Keboola Storage API token is correct
- Ensure all paths in the configuration are absolute paths
- Confirm the virtual environment is properly activated and all dependencies are installed
Cursor AI Setup
To use this server with Cursor AI, you have two options for configuring the transport method: Server-Sent Events (SSE) or Standard I/O (stdio).
- Create or edit the Cursor AI configuration file:
- Location:
~/.cursor/mcp.json
- Location:
- Add one of the following configurations (or all) based on your preferred transport method:
Option 1: Using Server-Sent Events (SSE)
Option 2a: Using Standard I/O (stdio)
Option 2b: Using WSL Standard I/O (wsl stdio)
When running the MCP server from Windows Subsystem for Linux with Cursor AI, use this.
- where
/wsl_path/to/keboola-mcp-server/.env
file contains environment variables:
Replace all placeholder values (your_*
) with your actual Keboola and Snowflake credentials. These can be obtained from your Keboola project's Read Only Snowflake Workspace.
Replace YOUR_REGION
with your Keboola region (e.g., north-europe.azure
, etc.). You can remove it if your region is just connection
explicitly.
After updating the configuration:
- Restart Cursor AI
- If you use the
sse
transport make sure to start your MCP server. You can do so by running this in the activated virtual environment where you built the server:Copy - Cursor AI should be automatically detect your MCP server and enable it.
Available Tools
The server provides the following tools for interacting with Keboola Connection:
- List buckets and tables
- Get bucket and table information
- Preview table data
- Export table data to CSV
- List components and configurations
Development
Run tests:
Format code:
Type checking:
License
MIT License - see LICENSE file for details.
This server cannot be installed
This server facilitates interaction with Keboola's Storage API, enabling users to browse and manage project buckets, tables, and components efficiently through Claude Desktop.