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).
Run
uvx time-mcp-pypi
MCP client config
{
"mcpServers": {
"time-mcp-server": {
"command": "uvx",
"args": [
"time-mcp-pypi"
]
}
}
}