Time MCP

A Model Context Protocol (MCP) server implementation that allows LLMs to have time awareness capabilities. Its 6 documented tools cluster into read & search, current, relative, days. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-01-31 · ★ 71 · #128 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Time MCP

Claude Code

claude mcp add yokingma-time-mcp -- npx -y time-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package time-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.yokingma is GitHub-verified and matches the repo owner

03 · What Time MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get current time (UTC and local time), get relative time, get timestamp for the time, and get days in month.

Capability map

Tools grouped from the project's README - what Time MCP lets an agent do.

read & search

2 tools - e.g. Get timestamp for the time; Get week and isoWeek of the year

get_timestamp · get_week_year

Current

1 tool - e.g. Get current time (UTC and local time)

current_time

Relative

1 tool - e.g. Get relative time

relative_time

Days

1 tool - e.g. Get days in month

days_in_month

Convert

1 tool - e.g. Convert time between timezones

convert_time

Latest releases

v1.0.6 · 2026-01-31

v1.0.5 · 2025-10-15

[CHORE] publish to the official MCP registry

04 · Who maintains Time MCP

time-mcp is maintained by yokingma. We track 2 MCP servers from yokingma - 2 actively maintained, 209 combined GitHub stars, oldest repo from Mar 2025. Full record: all servers from yokingma.

  1. one-search-mcp Web search, URL discovery, scraping & extraction with agent-browser and search providers ★ 138

05 · Facts

category
other - ranked #128 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.yokingma/time-mcp (active, first published 2025-10-12 · 2 versions)
packages
npm:time-mcp

06 · Time MCP FAQ

Is Time MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-01-31. We re-verify nightly.

What can Time MCP do?

With this server connected, an agent can get current time (UTC and local time), get relative time, get timestamp for the time, and get days in month.

How do I install Time MCP?

Run `npx -y time-mcp`. You can also paste the ready-made client config above.

Does Time MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Time MCP

More MCP servers to compare · Creator SEO MCP · Dotnet Template MCP · Sap Adt MCP · Ugs MCP · Random Number MCP

More JavaScript MCP servers · Yolfi Payments MCP · Xmemo · Atimelogger MCP · Alphacouncil Agent · see all