Servers
WorldTime MCP Server
@usrrname
A timezone MCP server based off OSS TimezoneDB API
Overview
What is WorldTime MCP Server?
A simple MCP server that returns the current time for an area, using the WorldTime API and TimezoneDB for extended timezone coverage.
How to use WorldTime MCP Server?
Register at TimezoneDB to obtain an API key, then configure the server in Claude Desktop by adding the JSON block with your API key and the path to the server’s index.js.
Key features of WorldTime MCP Server
- Retrieves current time for a given area.
- Uses WorldTime API and TimezoneDB.
- Supports extended timezone coverage via TimezoneDB.
- Designed for integration with Claude Desktop.
Use cases of WorldTime MCP Server
- Get the current time in any supported timezone.
- Integrate time‑zone lookups into Claude‑based workflows.
FAQ from WorldTime MCP Server
What API does the server use?
It uses the WorldTime API and, for additional timezones, the TimezoneDB API.
Do I need an API key?
Yes, a TimezoneDB API key is required. Register at timezonedb.com/register to get one.
How do I configure the server with Claude Desktop?
Add the provided JSON block to your Claude Desktop config, setting the correct path to the server file and your API key.
Can I debug the server?
Yes, use the MCP Inspector by running npx @modelcontextprotocol/inspector worldtime or npm run inspect.