Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🧮 Data Science Tools
  3. Kaggle MCP
Kaggle MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 3:17:10 AM

Kaggle MCP

User RatingsBe the first to rate and review this MCP server!
View Repository39 GitHub StarsTotal stargazers on GitHub for the source repository (39 stars).Visit Website
kaggledatasetsdata-scienceresearch

Searches Kaggle datasets, downloads and extracts them locally, and generates starter prompts for exploratory data analysis.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for arrismo/kaggle-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (2) Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

The arrismo/kaggle-mcp MCP server connects MCP clients to Kaggle for dataset search, local downloads, and EDA prompt generation. It exposes tools that return dataset metadata, download and unzip selected datasets, and create prompts covering Python data loading, missing values, visualizations, and summary statistics. Run it locally over MCP stdio with Python 3.10+ and Kaggle credentials supplied through environment variables or kaggle.json. Reach for it when an agent needs to find Kaggle data and prepare it for an initial analysis workflow.

Use cases

•Search Kaggle for datasets by keyword
•Download and extract a selected Kaggle dataset
•Choose a local output directory for dataset files
•Generate a starter Python EDA prompt

Key features

•Kaggle dataset keyword search
•Dataset metadata returned as JSON
•Local dataset download and extraction
•Starter exploratory data analysis prompts
•Environment-variable or kaggle.json authentication
•MCP stdio execution

Capabilities & Tool Schemas (2) ~50 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Kaggle MCP.

dataset_ref

Kaggle dataset reference in `owner/dataset-slug` format, for example `kaggle/titanic`.

download_path

Optional local output path. If omitted, files are saved to `./datasets/<dataset_slug>/`.

How Kaggle MCP works

What arrismo/kaggle-mcp MCP server does

The arrismo/kaggle-mcp MCP server gives an MCP-compatible client access to selected Kaggle dataset workflows. It can search for datasets by keyword, return matching metadata, download and extract a chosen dataset, and generate a starter prompt for exploratory data analysis. The project is intended for local execution and lists Claude Desktop as an example client.

Search results can include a dataset reference, title, subtitle, download count, last-updated date, and usability rating. Dataset references use Kaggle's owner/dataset-slug format, such as kaggle/titanic. The generated EDA prompt requests basic Python analysis steps, including loading data, checking missing values, creating visualizations, and calculating summary statistics.

How it works

The server communicates over MCP stdio. An MCP client launches the local process and sends requests to its tools or prompt capability. A typical workflow starts with a keyword search, followed by selecting a reference from the returned results. The client can then request a download and ask for an EDA prompt for the same reference.

download_kaggle_dataset extracts the downloaded archive locally. If no output directory is supplied, files are placed under ./datasets/<dataset_slug>/; the datasets/ directory is created when a download is requested. A caller can instead provide a local download_path.

Setup and configuration

The project requires Python 3.10 or newer, a Kaggle account with an API token, and an MCP-compatible client. The documented setup clones the repository, creates a virtual environment, and installs dependencies with either uv sync or pip install -r requirements.txt.

Kaggle authentication can use KAGGLE_USERNAME and KAGGLE_KEY environment variables, including values loaded from a project .env file. Alternatively, place the standard kaggle.json file in Kaggle's expected configuration directory: ~/.kaggle/kaggle.json on macOS or Linux, or the corresponding .kaggle directory under the Windows user profile. The README recommends restricting permissions on macOS and Linux with chmod 600.

The documented local launch command is uv run kaggle-mcp. The server can also be started with python src/server.py, run in Docker, or launched through Smithery. Claude Desktop configuration uses the uv command with run kaggle-mcp arguments and may pass the Kaggle credentials in an env block.

Tools and capabilities

The arrismo/kaggle-mcp MCP server provides:

  • search_kaggle_datasets(query): searches Kaggle and returns up to 10 matching datasets as JSON.
  • download_kaggle_dataset(dataset_ref, download_path): downloads and unzips a dataset, using the default directory when no path is given.
  • generate_eda_notebook(dataset_ref): produces a prompt for generating basic Python EDA code.

The server supports dataset discovery and preparation, but the supplied material describes EDA prompt generation rather than direct execution of analysis code or notebook creation.

Limitations and notes

A Kaggle account and API token are required. The server depends on the selected MCP client to launch the stdio process and interpret its tools or prompt. Downloads are local to the environment where the server runs, so an agent or client operating elsewhere will not automatically access those files. The documentation specifies a maximum of 10 results for each dataset search and does not describe additional Kaggle resources such as competitions or notebooks.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Data Science Tools View all alternatives
  • Kaggle logoKaggle

    This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers.

    🧮 Data Science Tools3 views
    Compare vs Kaggle →
  • MCP Server Data Exploration logoMCP Server Data Exploration

    Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort.

    🧮 Data Science Tools2 views
    Compare vs MCP Server Data Exploration →
  • Chronulus MCP logoChronulus MCP

    Predict anything with Chronulus AI forecasting and prediction agents.

    🧮 Data Science Tools4 views
    Compare vs Chronulus MCP →
  • Jupyter MCP Server logoJupyter MCP Server

    Model Context Protocol (MCP) Server for Jupyter.

    🧮 Data Science Tools2 views
    Compare vs Jupyter MCP Server →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
39
Stargazers on the source repository.
Last commit
3mo ago
Most recent push to the default branch.
Tools exposed
2
Callable tools this server registers over MCP.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Kaggle MCP

Clone the repository, create a Python 3.10+ virtual environment, install dependencies with `uv sync` or `pip install -r requirements.txt`, and launch it with `uv run kaggle-mcp`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewKaggle MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/arrismo-kaggle-mcp?style=directory)](https://allmcps.com/mcp/arrismo-kaggle-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/arrismo-kaggle-mcp"><img src="https://allmcps.com/api/badge/arrismo-kaggle-mcp?style=directory" alt="Kaggle MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFree
More technical detailsExpand â–¾
AuthAPI key
ClientsClaude Desktop
Last updatedSep 4, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars39
GitHub Star CountTotal stargazers on GitHub representing community popularity (39 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 21, 2026
47Quality signal: Fair · 47/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity4/15
Community engagement1/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🧮 Data Science Tools →Best MCP servers for Data Science →Alternatives to Kaggle MCP →Install in Claude DesktopInstall in CursorInstall in VS Code