Back to Browse

Kaggle MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Safety-first Kaggle MCP — confirm-gated destructive ops, submission budget, injection-fenced.

About

Safety-first Kaggle MCP — confirm-gated destructive ops, submission budget, injection-fenced.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Kaggle account username (legacy scheme; pair with KAGGLE_KEY). Optional — read-only tools work without credentials.Optional

Environment variable: KAGGLE_USERNAME

Kaggle API key, the 40-char 'key' from kaggle.json (legacy scheme; pair with KAGGLE_USERNAME).Required

Environment variable: KAGGLE_KEY

Modern Kaggle KGAT_... token (alternative to KAGGLE_USERNAME/KAGGLE_KEY). Optional.Required

Environment variable: KAGGLE_API_TOKEN

Set to 1 to expose delete tools. Default 0 (off).Optional

Environment variable: KAGGLE_MCP_ENABLE_DESTRUCTIVE

Set to 1 to allow making datasets/kernels public. Default 0 (off).Optional

Environment variable: KAGGLE_MCP_ENABLE_PUBLISH

Daily per-competition submission budget. Default 5.Optional

Environment variable: KAGGLE_MCP_SUBMISSION_CAP

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-parkseokjune-kaggle-mcp": {
      "env": {
        "KAGGLE_KEY": "your-kaggle-key-here",
        "KAGGLE_USERNAME": "your-kaggle-username-here",
        "KAGGLE_API_TOKEN": "your-kaggle-api-token-here",
        "KAGGLE_MCP_ENABLE_PUBLISH": "your-kaggle-mcp-enable-publish-here",
        "KAGGLE_MCP_SUBMISSION_CAP": "your-kaggle-mcp-submission-cap-here",
        "KAGGLE_MCP_ENABLE_DESTRUCTIVE": "your-kaggle-mcp-enable-destructive-here"
      },
      "args": [
        "safe-kaggle-mcp"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!