MCP Catalogs
Home

kaggle-MCP vs time

Side-by-side comparison to help you pick between these two MCP servers.

kaggle-MCP
by Dishant27
time
by modelcontextprotocol
Stars★ 9★ 85,748
30d uses
Score3477
Official
Categories
AI / LLM ToolsDeveloper Toolsdata-science
ProductivityDeveloper ToolsCommunication
LanguageTypeScriptTypeScript
Last commit14 mo agothis month

kaggle-MCP · Summary

MCP server enabling AI assistants to interact with Kaggle competitions through commands and API access.

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

kaggle-MCP · Use cases

  • Data scientists can quickly download competition datasets without leaving their AI coding environment
  • AI assistants can help prepare and submit competition entries through natural language commands
  • Researchers can stay updated on Kaggle competitions and track their submission history

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

kaggle-MCP · Install

Installation

  1. Install prerequisites:

```bash # Install Kaggle CLI pip install kaggle

# Install Node.js 16+ and TypeScript # (follow instructions for your OS) ```

  1. Get Kaggle API credentials:

- Go to https://www.kaggle.com/account and click "Create New API Token" - This will download a kaggle.json file - Place it in ~/.kaggle/ directory (Linux/Mac) or %USERPROFILE%\.kaggle\ (Windows)

  1. Install the MCP server:

``bash git clone https://github.com/Dishant27/kaggle-MCP.git cd kaggle-MCP npm install npm run build ``

  1. Configure Claude Desktop:

``json { "mcpServers": { "kaggle": { "command": "node", "args": ["/path/to/kaggle-MCP/build/index.js"], "env": { "KAGGLE_USERNAME": "your-kaggle-username", "KAGGLE_KEY": "your-kaggle-api-key" } } } } ``

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.