MCP.so
Sign In

Tick

@Cocabadger

About Tick

An MCP time server that keeps your AI honest about time. Zero-dependency clock + drift guard for Claude Desktop, Claude Code, and claude.ai — local, remote, and hook flavors.

Basic information

License

MIT

Runtime

python

Publisher

Cocabadger

Submitted by

Artem Taranenko

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "tick": {
      "command": "python3",
      "args": [
        "/Users/YOU/mcp/tick/server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Tick?

An MCP time server that keeps your AI honest about time. Zero-dependency clock + drift guard for Claude Desktop, Claude Code, and claude.ai — local, remote, and hook flavors.

How to use Tick?

Follow the repository README to install the server and add its MCP configuration to your client.

Key features of Tick

  • now — the real current date/time (any IANA timezone), with weekday
  • since — honest gap between a timestamp and now ("3h 42m ago") —
  • mcp-server-time —
  • mcp-simple-timeserver
  • Ted Murray's hook write-up —

Use cases of Tick

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Tick

Where is the source code for Tick?

The source code is linked from the repository URL on this page.

Does Tick include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers