WhatTimeIsIt
A lightweight mcp server that tells you exactly what time is it based on your IP.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install kukapay/whattimeisit-mcp -c claude
This command will automatically install and configure the WhatTimeIsIt MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"WhatTimeIsIt": {
"command": "uv",
"args": [
"--directory",
"path/to/whattimeisit-mcp",
"run",
"main.py"
]
}
}
}
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.
Details:
Stars
8Forks
1Last commit
2 months agoRepository age
3 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to WhatTimeIsIt:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit