Loading...
pip install -r{
"mcpServers": {
"kaggle-mcp": {
"command": "kaggle-mcp",
"cwd": "<path-to-their-cloned-repo>/kaggle-mcp"
}
}
}search_kaggle_datasetsSearches Kaggle for datasets matching a given query and returns a list of the top 10 results.
Read-only operation; no data modification or system access.
download_kaggle_datasetDownloads a specified dataset from Kaggle to a local directory.
Writes files to disk, but within a controlled directory.
generate_eda_notebookGenerates a prompt for creating an EDA notebook for a given Kaggle dataset.
Generates a prompt message; no execution or data modification.
This server is relatively safe for data exploration. The primary risk is related to managing the Kaggle API key securely and ensuring the integrity of downloaded datasets. Avoid downloading datasets from unknown or untrusted sources. The EDA notebook generation is safe as it only generates a prompt, not executable code.