Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Kaggle

Kaggle

Kaggle is a platform for data science and machine learning competitions, offering datasets, notebooks, and a collaborative community.

385VIEWS
6USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app kagglenpx @composio/cli add cursor --app kagglenpx @composio/cli add cursor --app kagglenpx @composio/cli add cursor --app kaggle

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Download Competition Data Files

Tool to download competition data files. Use after confirming the competition ID.

Initialize Kaggle Configuration

Tool to initialize Kaggle API client configuration. Attempts CLI first; if unavailable, it falls back to creating ~/.kaggle/kaggle.json (or $KAGGLE_CONFIG_DIR/kaggle.json).

Dataset Create

Tool to create a new Kaggle dataset with full metadata. Use after uploading files and finalizing metadata. Returns creation status and message.

Get Dataset Status

Tool to get the status of a dataset upload or processing job. Use after uploading a dataset to check processing state.

Create Dataset Version

Tool to create a new dataset version on Kaggle. Use when you have updated files or metadata and need to publish a new version of an existing dataset.

Submit Competition Entry

Tool to submit an entry to a Kaggle competition. Use when you have already uploaded your file and obtained its blob token.

Get Kaggle Config Directory

Tool to retrieve the directory of the Kaggle API configuration file. Use when you need to locate the directory containing your kaggle.json credentials.

Get Kaggle Config File

Tool to retrieve the filename of the Kaggle API configuration file. Use when you need to find out where the local Kaggle config file is stored before reading or updating.

List Kaggle Configuration Keys

Tool to list local Kaggle API configuration keys. Use when you need to see which configuration options are set without revealing values.

Get Kaggle Config Path

Tool to retrieve local Kaggle API configuration file path. Use when you need to know the location of the Kaggle config before operations.

Reset Kaggle Configuration

Tool to reset local Kaggle CLI configuration to defaults. Clears CLI-managed keys ('competition', 'path', 'proxy').

Set Kaggle Configuration

Tool to set a Kaggle CLI configuration parameter. Use when updating local CLI settings such as default download path or proxy. Ensure Kaggle CLI is installed.

Unset Kaggle Configuration

Tool to unset a Kaggle CLI configuration parameter. Use when removing local CLI settings such as default download path or proxy. Ensure Kaggle CLI is installed.

View Kaggle Configuration

Tool to view local Kaggle API configuration. Use when you need to confirm credentials before API calls.

Kaggle Dataset Init

Tool to initialize a dataset-metadata.json file in a local folder. Use when preparing a dataset folder before uploading to Kaggle.

List Kaggle Dataset Files

Tool to list files in a Kaggle dataset. Use when you need to retrieve paginated file listings by owner and dataset slugs, with optional version and paging controls.

Kaggle Kernel Init

Tool to initialize a kernel-metadata.json file in a local folder. Use when preparing a kernel folder before pushing to Kaggle.

Download Kernel Output

Tool to download the output of a Kaggle kernel. Use when needing the latest kernel results locally.

Get Kernel Status

Tool to get the status of a Kaggle kernel run. Use after submitting a kernel to monitor its execution state.

List Kaggle Datasets

Tool to list Kaggle datasets with filters and pagination. Use after authenticating with Kaggle API key.

20 actions available