kaggle-mcp
by arrismo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KAGGLE_KEY | Yes | Your Kaggle API key from your Kaggle account page | |
| KAGGLE_USERNAME | Yes | Your Kaggle username from your Kaggle account |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_kaggle_datasetsC | Searches for datasets on Kaggle matching the query using the Kaggle API. |
| download_kaggle_datasetC | Downloads files for a specific Kaggle dataset. Args: dataset_ref: The reference of the dataset (e.g., 'username/dataset-slug'). download_path: Optional. The path to download the files to. Defaults to '<project_root>/datasets/<dataset_slug>'. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| generate_eda_notebook | Generates a basic EDA prompt for a given Kaggle dataset reference. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arrismo/kaggle-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server