Kaggle mcp for Cline
io.github.seif-sameh/kaggle-mcp
MCP server for the Kaggle API: competitions, datasets, kernels, and models.
client:Cline
transport:stdio
runtime:pypi
Install Kaggle mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kaggle-mcp": {
"command": "uvx",
"args": [
"mcp-server-kaggle"
],
"env": {
"KAGGLE_USERNAME": "<KAGGLE_USERNAME>",
"KAGGLE_API_KEY": "<KAGGLE_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs