
time_fastmcp_server
Used FastMCP to replicate the official repo's Time Mcp Server feature.
3 years
Works with Finder
1
Github Watches
0
Github Forks
0
Github Stars
Time FastMCP Server
A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Available Tools
-
get_current_time
- Get current time in a specific timezone or system timezone.- Required arguments:
-
timezone
(string): IANA timezone name (e.g., 'America/New_York', 'Europe/London')
-
- Required arguments:
-
convert_time
- Convert time between timezones.- Required arguments:
-
source_timezone
(string): Source IANA timezone name -
time
(string): Time in 24-hour format (HH:MM) -
target_timezone
(string): Target IANA timezone name
-
- Required arguments:
Installation
Using uv
uv add mcp tzdata datetime
Configuration
Add to your settings:
By default, the server automatically detects your system's timezone. You can override this by adding the argument --local-timezone
to the args
list in the configuration.
"mcpServers": {
"time": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\kongfy\\time_fastmcp_server",
"run",
"main.py",
"--local-timezone=America/New_York" (optional)
]
}
}
Examples of Questions for Claude
- "What time is it now?" (will use system timezone)
- "What time is it in Tokyo?"
- "When it's 4 PM in New York, what time is it in London?"
- "Convert 9:30 AM Tokyo time to New York time"
相关推荐
I find academic articles and books for research and literature reviews.
Converts Figma frames into front-end code for various mobile frameworks.
Confidential guide on numerology and astrology, based of GG33 Public information
Embark on a thrilling diplomatic quest across a galaxy on the brink of war. Navigate complex politics and alien cultures to forge peace and avert catastrophe in this immersive interstellar adventure.
Advanced software engineer GPT that excels through nailing the basics.
Delivers concise Python code and interprets non-English comments
💬 MaxKB is a ready-to-use AI chatbot that integrates Retrieval-Augmented Generation (RAG) pipelines, supports robust workflows, and provides advanced MCP tool-use capabilities.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Reviews

user_s8jjgv5q
time_fastmcp_server by fykong is an exceptional tool for anyone working with MCP applications. The server is remarkably fast and reliable, making it a perfect solution for time-sensitive tasks. Its seamless integration and ease of use are commendable. Highly recommended for professionals seeking efficiency. Check it out here: https://github.com/fykong/time_fastmcp_server