Kaggle mcp for Zed
io.github.seif-sameh/kaggle-mcp
MCP server for the Kaggle API: competitions, datasets, kernels, and models.
client:Zed
transport:stdio
runtime:pypi
Install Kaggle mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"kaggle-mcp": {
"command": "uvx",
"args": [
"mcp-server-kaggle"
],
"env": {
"KAGGLE_USERNAME": "<KAGGLE_USERNAME>",
"KAGGLE_API_KEY": "<KAGGLE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs