Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

whattimeisit-mcp

MCP.Pizza Chef: kukapay

WhatTimeIsIt MCP Server is a lightweight server that delivers precise local time information based on the user's IP address. Powered by the World Time API, it integrates seamlessly with MCP clients to provide real-time, location-aware time data. Easy to install and configure, it supports automatic setup via Smithery and manual installation, making it ideal for applications requiring accurate time context in workflows.

Use This MCP server To

Provide real-time local time data for user IP addresses Integrate time context into AI workflows and chatbots Enable location-aware scheduling and reminders Support time zone detection for global applications Enhance user experience with accurate time display Automate time-based triggers in MCP-enabled apps

README

WhatTimeIsIt MCP Server

smithery badge A lightweight mcp server that tells you exactly what time is it, powered by World Time.

GitHub GitHub last commit

Installation

Installing via Smithery

To install WhatTimeIsIt for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @kukapay/whattimeisit-mcp --client claude

Manual Installation

  1. Clone the Repository

    git clone https://github.com/kukapay/whattimeisit-mcp.git
  2. Client Configuration

    {
      "mcpServers": {
        "whattimeisit": {
          "command": "uv",
          "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"]
        }
      }
    }

Usage

MCP Tool

The server provides a single tool:

  • Tool Name: what_time_is_it
  • Description: Returns the current time string based on the your current IP.
  • Output: A string in ISO 8601 format (e.g., "2025-03-17T03:17:00+11:00").

License

This project is licensed under the MIT License. See the LICENSE file for details.

whattimeisit-mcp FAQ

How do I install the WhatTimeIsIt MCP server?
You can install it automatically via Smithery CLI or manually by cloning the GitHub repository and configuring your MCP client.
What data source does WhatTimeIsIt use to determine the time?
It uses the World Time API to fetch accurate local time based on the user's IP address.
Can WhatTimeIsIt be integrated with different MCP clients?
Yes, it supports integration with various MCP clients, including Claude Desktop, through standard MCP protocols.
Is the server lightweight and suitable for production use?
Yes, it is designed to be lightweight and efficient, suitable for both development and production environments.
Does WhatTimeIsIt support multiple time zones?
Yes, it detects the user's time zone based on IP and provides the corresponding local time.
How frequently does the server update the time information?
The server fetches real-time data on request, ensuring up-to-date time information for each query.
Is the source code for WhatTimeIsIt available?
Yes, the source code is open and available on GitHub for review and customization.
Can I use WhatTimeIsIt with other LLM providers like OpenAI, Claude, or Gemini?
Yes, it can be integrated with any MCP client that supports these LLM providers.