kaggle-mcp-server
Provides comprehensive tools for interacting with Kaggle's API, enabling AI agents to manage competitions, datasets, kernels/models, discussions, and benchmarks programmatically.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@kaggle-mcp-serversearch for datasets about heart disease"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Kaggle MCP Server
A full-featured Model Context Protocol (MCP) server for the Kaggle API — 96 tools across competitions, datasets, kernels, models, benchmarks, discussions, and workflow utilities.
Installation
pip install kaggle-mcp-serverPrerequisites
Kaggle API credentials — place your
kaggle.jsonat~/.kaggle/kaggle.json:
{"username":"YOUR_USERNAME","key":"YOUR_API_KEY"}Get your API key from kaggle.com/settings → "Create New Token".
Python 3.12+
Related MCP server: Daniel LightRAG MCP Server
Usage
With Cursor IDE
Add to .cursor/mcp.json:
{
"mcpServers": {
"kaggle": {
"command": "kaggle-mcp-server"
}
}
}With Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"kaggle": {
"command": "kaggle-mcp-server"
}
}
}Standalone
kaggle-mcp-serverTools (96 total)
Competitions (16 tools)
Tool | Description |
| Search and list competitions |
| Get detailed competition info |
| List competition data files |
| Hierarchical tree view of competition data |
| Download competition data (returns URL) |
| Download a single competition file locally |
| Submit predictions via blob token |
| Submit a local prediction file |
| Submit to code competitions |
| View submission history |
| Get single submission details |
| Get/poll submission score |
| View top 20 leaderboard |
| Download full leaderboard |
| Find a team/user's rank |
| Get data files summary |
Competition Workflow (5 tools)
Tool | Description |
| Download and extract competition data locally |
| One-shot setup: info + download + preview |
| Show competitions with closest deadlines |
| List competitions you've entered |
| Top public notebooks for a competition |
Datasets (20 tools)
Tool | Description |
| Search and list datasets |
| Get full dataset info |
| List files in a dataset |
| Hierarchical tree view of dataset files |
| Get file count and total size |
| Download dataset (returns URL) |
| Download a single dataset file |
| Download and extract dataset locally |
| Get dataset metadata |
| Update title/description/license |
| Create dataset via blob tokens |
| Create dataset from local directory |
| Create new version via tokens |
| Push new version from local directory |
| Delete a dataset |
| Check dataset processing status |
| Upload file and get blob token |
| List your datasets |
| List datasets by a specific user |
| Check if a dataset exists |
Kernels / Notebooks (15 tools)
Tool | Description |
| Search and list notebooks |
| Get notebook source code |
| Push/save a notebook |
| Push local .ipynb to Kaggle |
| Download kernel output (URL) |
| Download kernel output locally |
| Check kernel execution status |
| List kernel files |
| Delete a kernel |
| Initialize kernel template locally |
| Create interactive session |
| Get session status |
| List session output files |
| Cancel running session |
| Generate kernel-metadata.json |
Models (16 tools)
Tool | Description |
| Search and list models |
| Get model details |
| Create a new model |
| Update model info |
| Delete a model |
| Get model performance metrics |
| List model instances |
| Get instance details |
| Create a new instance |
| Delete an instance |
| List instance files |
| List instance versions |
| Create new version |
| Download version files |
| List version files |
| Delete a version |
Discussions (10 tools)
Tool | Description |
| Search discussions |
| List discussions for competition/dataset |
| Get discussion content |
| Get discussion comments |
| Search across all comments |
| Browse by source type |
| Browse competition solutions |
| Browse write-ups by type |
| Browse trending discussions |
| List your discussions |
Benchmarks (1 tool)
Tool | Description |
| Get benchmark leaderboard |
Data Preview & Analysis (4 tools)
Tool | Description |
| Preview first N rows of a CSV |
| Preview any text data file |
| Analyze column types and stats |
| Diff two CSV files |
Workflow Utilities (9 tools)
Tool | Description |
| Auto-generate competition starter notebook |
| Unified search across competitions, datasets, notebooks |
| List local files with sizes |
| Monitor long-running Kaggle operations |
| Download pip wheels for offline use |
| Download requirements.txt wheels |
| Upload pip library as Kaggle dataset |
| Upload requirements as Kaggle dataset |
| Check local wheel version |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tripathysagar/kaggle-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server