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

5

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:
Author Information

24

Followers

47

Repositories

0

Gists

0

Total Contributions

Related MCPs
graphrag_mcp logo

This is a MCP server I built to interact with my hybrid graph rag db.

Python
mcp-reversing-dataset logo

Dataset of reverse engineering tasks done using LLMs.

Python
mcp_query_table logo

query table from some websites, support MCP

Python