SZ84.NET
Back to List
OfficialDataKaggle

Kaggle MCP

The official Kaggle MCP server enables AI models to interact with Kaggle's data science platform. It allows models to list competitions, download datasets, and submit predictions directly. This tool is essential for data scientists and ML engineers who want to streamline their Kaggle workflows and leverage AI for better data analysis and competition management.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "kaggle": {
      "command": "npx",
      "args": [
        "-y",
        "kaggle-mcp"
      ],
      "env": {
        "KAGGLE_USERNAME": "YOUR_USERNAME",
        "KAGGLE_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Key Features

List and search Kaggle competitions

Download datasets and kernel files

Submit competition predictions via AI

Access to Kaggle's public data API

Server Details

The official Kaggle MCP server enables AI models to interact with Kaggle's data science platform. It allows models to list competitions, download datasets, and submit predictions directly. This tool is essential for data scientists and ML engineers who want to streamline their Kaggle workflows and leverage AI for better data analysis and competition management.

Pricing

free

Tags

OfficialDataKaggle

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository