Back to MCP Servers
Kaggle
Connects to Kaggle, ability to download and analyze datasets.
data-science-tools
By arrismo
Installation
npx -y kaggle-mcpConfiguration
{
"mcpServers": {
"kaggle-mcp": {
"command": "npx",
"args": ["-y", "kaggle-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes