Back to directory
arrismo/kaggle-mcp

arrismo/kaggle-mcp

@arrismo

A Model Context Protocol (MCP) server that exposes Kaggle dataset search, download, and EDA prompt generation to MCP clients such as Claude Desktop.

kagglemcpdatasetsedadata-sciencemachine-learningtool

Installation & Configuration

{
  "mcpServers": {
    "kaggle-mcp": {
      "command": "uv",
      "args": [
        "run",
        "kaggle-mcp"
      ],
      "cwd": "/absolute/path/to/kaggle-mcp",
      "env": {
        "KAGGLE_USERNAME": "your_kaggle_username",
        "KAGGLE_KEY": "your_kaggle_api_key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13