Integrates with GitHub repositories to show license and commit information through badge displays.
Displays project status badges for license and commit information, integrated into the project documentation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@whattimeisit-mcpwhat time is it right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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:
Manual Installation
Clone the Repository
git clone https://github.com/kukapay/whattimeisit-mcp.gitClient Configuration
{ "mcpServers": { "whattimeisit": { "command": "uv", "args": ["--directory", "path/to/whattimeisit-mcp", "run", "main.py"] } } }
Related MCP server: Time Server
Usage
MCP Tool
The server provides a single tool:
Tool Name:
what_time_is_itDescription: 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.