Enables time awareness functionality in Windsurf (Codeium's editor), providing tools for time-related operations including current time retrieval, timezone conversions, and date calculations.
🚀 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.
Gives large language models time awareness capabilities through various time-related functions including current time retrieval, timezone conversion, and relative time calculations.
Related MCP Servers
- -securityFlicense-qualityFacilitates enhanced interaction with large language models (LLMs) by providing intelligent context management, tool integration, and multi-provider AI model coordination for efficient AI-driven workflows.Last updated -Python
- AsecurityAlicenseAqualityGiving LLMs Time Awareness Capabilities. Empower your LLMs with time awareness capabilities. Access current time, convert between timezones, and get timestamps effortlessly. Enhance your applications with precise time-related functionalities.Last updated -543436JavaScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server for time manipulation tasks, enabling AI models to get the current date/time and calculate duration between timestamps.Last updated -2TypeScriptMIT License
- -securityFlicense-qualityAn agentic AI system that answers time-related questions by calling a time API tool and general questions using an LLM, accessible through a simple chat interface.Last updated -Python