Safe Kaggle MCP for Cursor
io.github.parkseokjune/kaggle-mcp
Safety-first Kaggle MCP — confirm-gated destructive ops, submission budget, injection-fenced.
client:Cursor
transport:stdio
runtime:pypi
Install Safe Kaggle MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"kaggle-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs