trackmcp
Back to directory
kukapay

whattimeisit-mcp

View on GitHub

A lightweight mcp server that tells you exactly what time is it based on your IP.

9 stars PythonServers & Infrastructure Updated Oct 13, 2025

Documentation

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:

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

Manual Installation

1. Clone the Repository

bash
git clone https://github.com/kukapay/whattimeisit-mcp.git

2. Client Configuration

json
{
      "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.

Frequently asked questions

What is whattimeisit-mcp?

whattimeisit-mcp is A lightweight mcp server that tells you exactly what time is it based on your IP.

How do I install whattimeisit-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is whattimeisit-mcp open source?

Yes — it is hosted on GitHub at https://github.com/kukapay/whattimeisit-mcp and has 9 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP