mcpbeat Sign in

Atomic Clock MCP Server

local only

Atomic Clock runs on your own machine — the client starts it, so there is no endpoint to ping. 531 installs a week from pypi.

Current UTC time from NTP atomic clocks. Zero-dependency stdio server.

The linked repository no longer exists on GitHub — it was deleted or made private.

531
Installs / week
pypi · atomic-clock-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 atomic-clock -- uvx atomic-clock-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "atomic-clock": {
      "args": [
        "atomic-clock-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.atomic-clock]
command = "uvx"
args = ["atomic-clock-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "atomic-clock": {
      "args": [
        "atomic-clock-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "atomic-clock": {
      "args": [
        "atomic-clock-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Atomic Clock

same job, measured the same way
UTC clock
by sadri-dridi

Current local time in UTC.

30 tools answering
Tick MCP
by cocabadger

A time server that keeps your AI honest about time. Real clock + drift guard, zero dependencies.

2 tools answering
America/Denver clock
by sadri-dridi

Current local time in America/Denver.

30 tools answering
Etc/UTC clock
by sadri-dridi

Current local time in Etc/UTC.

30 tools answering
Time MCP Server
by domdomegg

Get the current UTC time in RFC 3339 format.

53 installs/wk local only
I
Time MCP Server
by domdomegg

Get the current UTC time in RFC 3339 format.

local only
WebDAV MCP
by vernonstinebaker

Zero-dependency WebDAV MCP server — single static binary, no Node.js or Python. 8 tools via stdio.

local only
UTC Clock
by sadri-dridi

Current UTC timestamp for autonomous clients.

29 tools answering

Atomic Clock — questions

Answers built from our own checks of this server.

Why is there no uptime for Atomic Clock?
Atomic Clock 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 pypi package atomic-clock-mcp was installed 531 times last week.
Is Atomic Clock still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Atomic Clock?
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 atomic-clock-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Atomic Clock?
The pypi package atomic-clock-mcp was installed 531 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.