Skip to content
Grok

Safe Kaggle MCP for Grok

io.github.parkseokjune/kaggle-mcp

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

client:Grok transport:stdio runtime:pypi

Install Safe Kaggle MCP in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kaggle-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "safe-kaggle-mcp"
      ],
      "env": {
        "KAGGLE_USERNAME": "<KAGGLE_USERNAME>",
        "KAGGLE_KEY": "<KAGGLE_KEY>",
        "KAGGLE_API_TOKEN": "<KAGGLE_API_TOKEN>",
        "KAGGLE_MCP_ENABLE_DESTRUCTIVE": "<KAGGLE_MCP_ENABLE_DESTRUCTIVE>",
        "KAGGLE_MCP_ENABLE_PUBLISH": "<KAGGLE_MCP_ENABLE_PUBLISH>",
        "KAGGLE_MCP_SUBMISSION_CAP": "<KAGGLE_MCP_SUBMISSION_CAP>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Safe Kaggle MCP in other clients