Odel
time mcp server

time mcp server

Local
@lchinglenPythonMITUpdated 6mo ago

MCP server for timezone conversions and time queries with support for IANA timezones

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlchinglen-time-mcp-serverv1.0.3

Run

uvx lchinglen-time-mcp-server

MCP client config

{
  "mcpServers": {
    "time-mcp-server": {
      "command": "uvx",
      "args": [
        "lchinglen-time-mcp-server"
      ]
    }
  }
}