Kaggle MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from pypi. Last commit 12 Jun 2026.
MCP server for the Kaggle API: competitions, datasets, kernels, and models.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add Kaggle-mcp -- uvx mcp-server-kaggle
{
"mcpServers": {
"Kaggle-mcp": {
"args": [
"mcp-server-kaggle"
],
"command": "uvx"
}
}
}
[mcp_servers.Kaggle-mcp]
command = "uvx"
args = ["mcp-server-kaggle"]
{
"mcpServers": {
"Kaggle-mcp": {
"args": [
"mcp-server-kaggle"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"Kaggle-mcp": {
"args": [
"mcp-server-kaggle"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.