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
Kaggle logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:02:23 PM

Kaggle

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).
kaggledata-sciencedatasetscompetitionsresearch

Browse Kaggle competitions, datasets, models, kernels, and leaderboards through MCP-compatible clients.

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 pramod/kaggle, 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 Directory Badge Claim listing Alternatives🧮 More in Data Science Tools

Overview

The pramod/kaggle MCP server connects MCP-compatible clients to Kaggle for browsing competitions, leaderboards, models, datasets, and kernels. It runs as a Python server, uses Kaggle API credentials from kaggle.json, and exposes Kaggle operations as MCP tools. Reach for it when an agent needs to discover Kaggle resources without switching between the Kaggle website and the client.

Use cases

•List available Kaggle competitions from an MCP client
•Inspect Kaggle competition leaderboards
•Discover Kaggle datasets for an analysis
•Browse Kaggle models and kernels

Key features

•Competition listing
•Leaderboard browsing
•Dataset discovery
•Model discovery
•Kernel discovery
•MCP tool access through Python

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Competition listing
Leaderboard browsing
Dataset discovery
Model discovery
Kernel discovery
MCP tool access through Python

How Kaggle works

What pramod/kaggle MCP server does

The pramod/kaggle MCP server exposes selected Kaggle API functionality through the Model Context Protocol. It is intended for use with Claude Desktop and other MCP-compatible clients. The repository description identifies browsing support for competitions, leaderboards, models, datasets, and kernels, making the server suitable for resource discovery and basic Kaggle exploration from an agent interface.

The README gives get_competitions_list as an example tool. That tool retrieves available Kaggle competitions and returns the results in a JSON-friendly format. Other exposed operations depend on the tools registered in kaggle-server.py and the Kaggle API methods implemented there.

How it works

The server is implemented in Python and registers MCP tools with the @mcp.tool() decorator. When an MCP client starts the configured Python process, the server communicates with the client over MCP and uses Kaggle API credentials to make requests to Kaggle.

The repository requires Python 3.10 or newer. Dependencies are installed from requirements.txt. The client configuration points to both the Python interpreter and the local kaggle-server.py file, so this setup runs the server from a checked-out copy of the repository rather than from a published package command.

Setup and configuration

To configure the pramod/kaggle MCP server, clone the repository and install its requirements with pip install -r requirements.txt. Create a Kaggle API token from the API section of Kaggle account settings. Kaggle downloads the credentials as kaggle.json.

Place the credentials file at ~/.kaggle/kaggle.json on Linux or macOS. On Windows, place it under C:\Users\<your-username>\.kaggle\kaggle.json. The README does not describe environment-variable configuration for credentials.

For Claude Desktop, add an MCP server entry to claude_desktop_config.json. Its command should point to the Python executable, and its argument should point to the local kaggle-server.py file. After starting Claude Desktop, run the Python server file so the client can connect to the registered tools.

Tools and capabilities

Supported capabilities described in the supplied material include:

  • Listing available Kaggle competitions.
  • Browsing Kaggle competition leaderboards.
  • Discovering Kaggle models.
  • Discovering Kaggle datasets.
  • Discovering Kaggle kernels.
  • Returning competition results in JSON-friendly form through MCP tools.

The exact tool list beyond the documented competition-list example should be verified in kaggle-server.py before building workflows around a particular operation.

Limitations and notes

The supplied documentation focuses on browsing and discovery. It does not specify tools for submitting competition entries, downloading files, editing Kaggle resources, or running kernels, so those capabilities should not be assumed.

A Kaggle API credential file is required, and the README warns against committing kaggle.json to source control. Restrict permissions on the .kaggle directory and credential file. The setup instructions also require local file paths for the Python interpreter and server script, which means deployment needs a checked-out repository and a configured Python environment.

Read the full README →View source on GitHub →

Related MCP Servers

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

    Connects to Kaggle, ability to download and analyze datasets.

    🧮 Data Science Tools4 views
    Compare vs Kaggle MCP →
  • 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 →
  • Networkx MCP Server logoNetworkx MCP Server

    The first NetworkX integration for Model Context Protocol, enabling graph analysis and visualization directly in AI conversations. Supports 13 operations including centrality algorithms, community detection, PageRank, and graph visualization.

    🧮 Data Science Tools3 views
    Compare vs Networkx MCP Server →

Adoption & maintenance

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

GitHub stars
4
Stargazers on the source repository.
Last commit
1y ago
Most recent push to the default branch.
Directory activity
3 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

Clone the repository, install dependencies with `pip install -r requirements.txt`, configure Kaggle credentials, and point the MCP client to the local Python executable and `kaggle-server.py` file.

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 AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pramod-kaggle?style=directory)](https://allmcps.com/mcp/pramod-kaggle)
HTML Embed
<a href="https://allmcps.com/mcp/pramod-kaggle"><img src="https://allmcps.com/api/badge/pramod-kaggle?style=directory" alt="Kaggle on AllMCPs" /></a>

Technical Specs & Signals

Category🧮Data Science Tools
PricingFree
More technical detailsExpand â–¾
AuthAPI key
ClientsClaude Desktop
Last updatedSep 7, 2026
3/7 checks healthy over the last 33d
Views3
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 stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1y ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2025
40Quality signal: Fair · 40/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 & tools19/30
Adoption & activity1/15
Community engagement0/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 and attach your website — 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 →Install in Claude DesktopInstall in CursorInstall in VS Code