Servers
Kaggle MCP (Model Context Protocol) Server
@arrismo
MCP server for Kaggle
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kaggle-mcp": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}