@theo.foobar/mcp-time

data-ai MCP Server

MCP (Model Context Protocol) server which provides utilities to work with time and dates, with natural language, multiple formats and timezone convertion capabilities

Install Ready
data-aidata-ai
3 views20 stars7 forksvVERSIONMIT

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
20
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @theo.foobar/mcp-time

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-theo-foobar-mcp-time": {
      "command": "npx",
      "args": [
        "@theo.foobar/mcp-time"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

2
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (2)

timezone

(optional) - Target timezone in IANA format (e.g., `America/New_York`). Defaults to UTC

format

(optional) - The output format (predefined like `RFC3339`, `Kitchen`, or custom Go layout)