mcpbeat Sign in

Time MCP Server

by katomato65 Your server? Claim it
local only

Time MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 13 Jan 2026.

Simple MCP server that tells the time

Installs per day peak 28 · avg 8 · +96% w/w
a month agotoday
41
Installs / week
npm · @katomato65/time-mcp
0
Stars
0 open issues
13 Jan 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository katomato65/timeservice-mcp
пакет @katomato65/time-mcp ссылается на katomato65/time-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add time-mcp -- npx -y @katomato65/time-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "time-mcp": {
      "args": [
        "-y",
        "@katomato65/time-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.time-mcp]
command = "npx"
args = ["-y", "@katomato65/time-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "time-mcp": {
      "args": [
        "-y",
        "@katomato65/time-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "time-mcp": {
      "args": [
        "-y",
        "@katomato65/time-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Time MCP

same job, measured the same way
Hello MCP Registry
by jonathanhefner

A simple MCP server.

25 installs/wk local only
MCP Time
by mcpcentral-io

Time MCP server via HTTP

463 installs/wk 6 tools answering
Template MCP Server
by microsoft

Template MCP server example.

590 installs/wk local only
Sampledotnetmcpserver
by timheuer

Sample .NET MCP Server

local only
Zenn MCP Server
by github30

MCP server that posts to Zenn.

local only
Keeping MCP
by red-square-software

MCP server for the Keeping time-tracking API

31 installs/wk local only
MCP Telegram Bot
by daedalus

MCP server that exposes a Telegram bot

48 installs/wk local only
The MCP server for GoReleaser
by goreleaser

GoReleaser MCP server

75 installs/wk local only

Time MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Time MCP?
Time MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @katomato65/time-mcp was installed 41 times last week.
How do I connect Time MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @katomato65/time-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Time MCP?
The npm package @katomato65/time-mcp was installed 41 times in the last week. Week over week that is +96%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Time MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.