Kaggle-mcp

Seif-Sameh/Kaggle-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for the Kaggle API — manage competitions, datasets, kernels, and models from Claude Desktop and any MCP-compatible client.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kaggle-mcp": {
      "command": "uvx",
      "args": [
        "kaggle-mcp"
      ]
    }
  }
}

Or install with pip: pip install kaggle-mcp

README Excerpt

<!-- mcp-name: io.github.Seif-Sameh/Kaggle-mcp --> A Model Context Protocol (MCP) server that provides seamless integration with the Kaggle API. Interact with Kaggle competitions, datasets, kernels, and models through MCP-compatible clients like Claude Desktop. - **Competitions**: List, download files, submit, view leaderboards and submissions

Tools (20)

competition_download_filecompetition_download_filescompetition_leaderboard_downloadcompetition_leaderboard_viewcompetition_list_filescompetition_submissionscompetition_submitcompetitions_listdataset_createdataset_create_versiondataset_download_filedataset_download_filesdataset_initializedataset_list_filesdataset_metadatadataset_statusdatasets_listkernel_initializekernel_list_fileskernel_output

Topics

aiai-agentsai-toolsclaudeclaude-desktopkagglekaggle-apillmmcpmcp-servermodel-context-protocolpython