Skip to content
Windsurf

Safe Kaggle MCP for Windsurf

io.github.parkseokjune/kaggle-mcp

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

client:Windsurf transport:stdio runtime:pypi

Install Safe Kaggle MCP in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "kaggle-mcp": {
      "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Safe Kaggle MCP in other clients