clock-mcp

garland3/clock-mcp
★ 0 stars Python Search Updated today
A one-tool MCP server that returns the current date, time, and timezone — so the model stops paying for a web search to learn what day it is.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clock-mcp": {
      "command": "uvx",
      "args": [
        "clock-mcp"
      ]
    }
  }
}

Or install with pip: pip install clock-mcp

README Excerpt

A one-tool MCP server that tells the model what day and time it is. Language models have no clock. Asked for today's date, a model with tools will reach for whatever search tool is in reach — a billed API call and a network round trip to learn something the machine it is running on already knows, and