MIT License
219
5

Integrations

  • Allows integration with Windsurf in Codeium, enabling time awareness capabilities for LLMs within the Codeium environment.

🚀 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 time
  • get_timestamp: Get timestamp for the time
  • days_in_month: Get days in month
  • convert_time: Convert time between timezones
  • get_week_year: Get week and isoWeek of the year

Installation

Installing via Smithery

To install time-mcp for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @yokingma/time-mcp --client claude

Manually install (Optional)

npm install -g time-mcp

using npx

npx -y time-mcp

Running on Cursor

Your mcp.json file will look like this:

{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }

Running on Windsurf

Add this to your ./codeium/windsurf/model_config.json file:

{ "mcpServers": { "time-mcp": { "command": "npx", "args": ["-y", "time-mcp"] } } }

License

MIT License - see LICENSE file for details.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

Giving 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.

  1. Tools
    1. Installation
      1. Installing via Smithery
      2. Manually install (Optional)
      3. using npx
    2. Running on Cursor
      1. Running on Windsurf
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Lets LLMs read and manage Google Calendar events.
            Last updated -
            19
            174
            TypeScript
            MIT License
            • Apple
          • A
            security
            F
            license
            A
            quality
            A 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
            1
            Python
          • A
            security
            A
            license
            A
            quality
            Enables LLMs to perform travel-related tasks by interacting with Google Maps and travel planning services including location search, place details, and travel time calculations.
            Last updated -
            5
            36
            21
            JavaScript
            MIT License
          • -
            security
            F
            license
            -
            quality
            Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
            Last updated -
            Python

          View all related MCP servers

          ID: 32g7puvq2g