pipeworx-io/mcp-timezone
MCP server for timezone data — current time, timezone conversion, and IP-based lookup
Platform-specific configuration:
{
"mcpServers": {
"mcp-timezone": {
"command": "npx",
"args": [
"-y",
"mcp-timezone"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Timezone MCP — wraps WorldTimeAPI (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | list_timezones | List all IANA timezone strings available from WorldTimeAPI. |
Add to your MCP client config:
{
"mcpServers": {
"timezone": {
"url": "https://gateway.pipeworx.io/timezone/mcp"
}
}
}Or use the CLI:
npx pipeworx use timezoneMIT
Loading reviews...