The WhatTimeIsIt MCP Server is a lightweight server designed to provide the current time based on the user's IP address. It leverages the World Time API to deliver accurate time information in ISO 8601 format.
git clone https://github.com/kukapay/whattimeisit-mcp.git
{
"mcpServers": {
"whattimeisit": {
"command": "uv",
"args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"]
}
}
}
The server provides a single tool:
what_time_is_it
"2025-03-17T03:17:00+11:00"
).This project is licensed under the MIT License. See the LICENSE file for details.
A lightweight MCP server that tells you exactly what time it is based on your IP.