Time MCP Server

Time and timezone conversion tools for AI agents

By Anthropic (official) ★ 1.5K stars official time utilities

The Time MCP Server provides time-related tools to MCP-compatible AI agents. Get the current time in any timezone, convert between timezones, and schedule-aware calculations — useful for any agent that needs to reason about time or handle multi-timezone workflows.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time", "--local-timezone", "America/New_York"]
    }
  }
}

Config file location:

Available Tools (2)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/modelcontextprotocol/servers/tree/main/src/time

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory