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
IntermediateEstimated Time
10-20 minutes
Installation
The following commands install the base version of Kaggle-MCP.
After installation, run the setup utility to configure Claude Desktop:
This will locate and update your Claude Desktop configuration file, which is typically found at:
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
bash
kaggle-mcp-setup
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Linux:
Alternatively, you can manually add the following to your Claude Desktop configuration:~/.config/Claude/claude_desktop_config.json
Additional Resources
Related MCPs