🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities
A Model Context Protocol (MCP) server implementation that allows LLMs to have time awareness capabilities.
Tools
current_time
: Get current time (UTC and local time)relative_time
: Get relative timeget_timestamp
: Get timestamp for the timedays_in_month
: Get days in monthconvert_time
: Convert time between timezonesget_week_year
: Get week and isoWeek of the year
Installation
Installing via Smithery
To install time-mcp for Claude Desktop automatically via Smithery:
Manually install (Optional)
using npx
Running on Cursor
Your mcp.json
file will look like this:
Running on Windsurf
Add this to your ./codeium/windsurf/model_config.json
file:
License
MIT License - see LICENSE file for details.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Dotando a sus LLM de capacidades de reconocimiento temporal. Ofrezca a sus LLM capacidades de reconocimiento temporal. Acceda a la hora actual, convierta entre zonas horarias y obtenga marcas de tiempo fácilmente. Mejore sus aplicaciones con funcionalidades precisas relacionadas con el tiempo.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityAccess the time in any timezone and get the current local timeLast updated -139MIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.Last updated -21
- AsecurityFlicenseAqualityA Model Context Protocol server that provides time and timezone conversion capabilities, enabling LLMs to get current time information and perform timezone conversions using IANA timezone names.Last updated -2
- AsecurityAlicenseAqualityGives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.Last updated -6511MIT License