- Explore MCP Servers
- whattimeisit-mcp
Whattimeisit Mcp
What is Whattimeisit Mcp
whattimeisit-mcp is a lightweight MCP server that provides the current time based on the user’s IP address, utilizing the World Time API.
Use cases
Use cases include displaying local time for users in different regions, scheduling events based on local time, and integrating with other services that require accurate time information.
How to use
To use whattimeisit-mcp, clone the repository from GitHub, configure the client with the provided JSON format, and run the main.py script to access the time tool.
Key features
Key features include a simple tool named ‘what_time_is_it’ that returns the current time in ISO 8601 format based on the user’s IP address.
Where to use
whattimeisit-mcp can be used in applications requiring time localization based on user location, such as web applications, mobile apps, and IoT devices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Whattimeisit Mcp
whattimeisit-mcp is a lightweight MCP server that provides the current time based on the user’s IP address, utilizing the World Time API.
Use cases
Use cases include displaying local time for users in different regions, scheduling events based on local time, and integrating with other services that require accurate time information.
How to use
To use whattimeisit-mcp, clone the repository from GitHub, configure the client with the provided JSON format, and run the main.py script to access the time tool.
Key features
Key features include a simple tool named ‘what_time_is_it’ that returns the current time in ISO 8601 format based on the user’s IP address.
Where to use
whattimeisit-mcp can be used in applications requiring time localization based on user location, such as web applications, mobile apps, and IoT devices.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
WhatTimeIsIt MCP Server
A lightweight mcp server that tells you exactly what time is it, powered by World Time.
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
-
Clone the Repository
git clone https://github.com/kukapay/whattimeisit-mcp.git -
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.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










