W
Whattimeisit MCP
作者 @kukapay
A lightweight mcp server that tells you exactly what time is it based on your IP.
创建于 3/16/2025
更新于 about 1 month ago
README
Repository documentation and setup instructions
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.
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx whattimeisit-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"kukapay-whattimeisit-mcp": {
"command": "uvx",
"args": [
"whattimeisit-mcp"
]
}
}
}
作者服务器
其他服务器由 kukapay