time-mcp
16
The Time MCP Server is designed to give language modeling systems the ability to be aware of time by implementing a Model Context Protocol server. It provides tools for retrieving current time, converting timezones, and getting relative time, enhancing the capabilities of LLMs in handling time-related queries.
🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
A Model Context Protocol (MCP) server implementation that allows LLMs to have time awareness capabilities.
Tools
- Get current time (UTC and local time)
- Get relative time
- Get timestamp for the time
- Get days in month
- Convert time between timezones
- Get week and isoWeek of the year
Installation
Via Smithery
- Install with Smithery CLI for Claude Desktop.
Manually
- Use npm to install globally.
- Or use npx for direct execution.
Running on Platforms
- Configure for use on Cursor and Windsurf platforms with specified MCP server setup in configuration files.
License
MIT License.