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