Odel
Time MCP Server

Time MCP Server

Local
@domdomegg4PythonMITUpdated 1mo ago

Get the current UTC time in RFC 3339 format.

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).

PyPItime-mcp-pypiv1.1.1

Run

uvx time-mcp-pypi

MCP client config

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