TimeMCP
@chew-z
关于 TimeMCP
Golang MCP server to replace modelcontextprotocol/time MCP server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is TimeMCP?
TimeMCP is a Model Control Protocol (MCP) server that provides current time retrieval and timezone conversion tools. It is built in Go and exposes two tools: get_current_time and convert_time. It is intended for developers using MCP-compatible clients (e.g., Claude Desktop) who need to handle time data across timezones.
How to use TimeMCP?
Build the server from source with go build -o ./bin/mcp-time ., then add it to your MCP client configuration (e.g., claude_desktop_config.json) by specifying the path to the binary under mcpServers.time.command. Once connected, the client can discover and call the provided tools with the required arguments.
Key features of TimeMCP
get_current_time: returns the current time in an optional timezone (defaults to system timezone)convert_time: converts a time from one timezone to another- Supports all IANA time zone database entries (e.g.,
Europe/Warsaw,America/New_York) - Lightweight Go implementation with minimal dependencies
- Works with any MCP-compatible client
Use cases of TimeMCP
- Displaying the current time in a specific IANA timezone
- Converting a meeting time from one timezone to another
- Integrating time-aware responses into an AI assistant’s workflow
- Validating and formatting time strings across different regions
FAQ from TimeMCP
What dependencies does TimeMCP require?
TimeMCP depends on github.com/mark3labs/mcp-go (MCP implementation) and github.com/araddon/dateparse (flexible date parsing). It is written in Go.
Which timezones are supported?
The server supports all IANA time zone database entries, such as Europe/Warsaw, America/New_York, Asia/Tokyo, Australia/Sydney, and Africa/Cairo.
How do I build and run TimeMCP?
Run go build -o ./bin/mcp-time . in the project root, then reference the resulting binary in your MCP client’s configuration under mcpServers.time.command.
Do I need a network connection to use TimeMCP?
No, the server runs locally and uses built-in timezone data. It does not call any external APIs.
What MCP clients are compatible with TimeMCP?
Any client that implements the Model Control Protocol (e.g., Claude Desktop) can discover and call the server’s tools.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论