kaggle-mcp

Kaggle-MCP: Connect Claude AI to the Kaggle API through the Model Context Protocol (MCP), enabling competition, dataset, and kernel operations through the AI interface.

GitHub Stars

17

User Rating

Not Rated

Favorites

0

Views

62

Forks

3

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

The following commands install the base version of Kaggle-MCP.
bash
curl -LsSf https://raw.githubusercontent.com/54yyyu/kaggle-mcp/main/install.sh | sh
powershell
powershell -c "Invoke-WebRequest -Uri https://raw.githubusercontent.com/54yyyu/kaggle-mcp/main/install.ps1 -OutFile install.ps1; .\install.ps1"
bash
pip install git+https://github.com/54yyyu/kaggle-mcp.git
uv pip install git+https://github.com/54yyyu/kaggle-mcp.git
After installation, run the setup utility to configure Claude Desktop:
bash
kaggle-mcp-setup
This will locate and update your Claude Desktop configuration file, which is typically found at:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
Alternatively, you can manually add the following to your Claude Desktop configuration: