mcp-kaggle-tool
MCP server for Kaggle API integration that allows creating, running, and managing Kaggle notebooks programmatically.
README
mcp-kaggle-tool
MCP server for Kaggle API integration - create, run, and manage Kaggle notebooks programmatically.
🚀 Features
- ✅ Authentication check for Kaggle API
- 📝 Create and manage Kaggle notebooks
- 🏃 Run notebooks with GPU support
- 📊 Search datasets and competitions
- 💾 Download notebook outputs
- 🔍 Monitor execution status
📋 Prerequisites
- Kaggle Account: You need a Kaggle account
- Kaggle API Token:
- Go to https://www.kaggle.com/account
- Click "Create New API Token"
- Save the downloaded
kaggle.jsonto~/.kaggle/
- Kaggle CLI: Install the Kaggle CLI:
pip install kaggle
🛠️ Installation
From npm (when published)
npm install -g mcp-kaggle-tool
From source
git clone https://github.com/yourusername/mcp-kaggle-tool.git
cd mcp-kaggle-tool
npm install
npm run build
🔧 Configuration
For Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"kaggle": {
"command": "npx",
"args": ["mcp-kaggle-tool"]
}
}
}
Or if running from source:
{
"mcpServers": {
"kaggle": {
"command": "node",
"args": ["/path/to/mcp-kaggle-tool/dist/index.js"]
}
}
}
📚 Available Tools
Authentication
kaggle_auth_check- Verify Kaggle API credentials are configured
Notebooks
kaggle_list_notebooks- List your Kaggle notebookskaggle_create_notebook- Create a new notebook with codekaggle_run_notebook- Execute a notebookkaggle_get_notebook_status- Check execution statuskaggle_download_notebook_output- Download notebook outputs
Data & Competitions
kaggle_search_datasets- Search for datasetskaggle_list_competitions- List active competitions
💡 Usage Examples
Check Authentication
Use kaggle_auth_check to verify your credentials are set up
Create and Run a Notebook
1. Create a notebook with kaggle_create_notebook:
- title: "My ARC Experiment"
- code: "print('Hello from Kaggle!')"
- enableGpu: true
2. Monitor with kaggle_get_notebook_status
3. Download results with kaggle_download_notebook_output
Search ARC Dataset
Use kaggle_search_datasets with search: "abstraction reasoning corpus"
🚧 Development
# Install dependencies
npm install
# Build TypeScript
npm run build
# Run in development
npm run dev
# Run tests
npm test
# Lint code
npm run lint
📝 License
MIT License - see LICENSE file for details.
🤝 Contributing
Contributions welcome! Please open an issue or submit a PR.
🐛 Known Issues
- Kaggle API sometimes returns HTML instead of JSON for certain commands
- Notebook execution status may take time to update
- GPU availability depends on Kaggle quota
🔗 Resources
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.