1. Conduid
  2. Commerce
  3. Time Awareness Server
MCP server · Commerce

Time Awareness Server

Provide LLMs with time awareness capabilities by exposing tools to get current time, relative time, timestamps, days in a month, time zone conversions, and week information. Enhance your AI applications with accurate and flexible time-related data and operations. Easily integrate with popular LLM clients via standard MCP interfaces.

Unclaimed commerce
34Low

Scored 4 months ago · breakdown

About Time Awareness Server

Time Awareness Server is an MCP server in the Commerce category: provide LLMs with time awareness capabilities by exposing tools to get current time, relative time, timestamps, days in a month, time zone conversions, and week information. Enhance your AI applications with accurate and flexible time-related data and operations. Easily integrate with popular LLM clients via standard MCP interfaces. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/Jeetanshu18/time-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Time Awareness Server

Powered by Claude · Grounded in docs

I know everything about Time Awareness Server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

🚀 Time MCP Server: Giving LLMs Time Awareness Capabilities

smithery badge

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.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Time Awareness Server

How do I install Time Awareness Server?

Run git clone https://github.com/Jeetanshu18/time-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Time Awareness Server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Time Awareness Server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.