WorldTime MCP Server
@usrrname
About WorldTime MCP Server
A timezone MCP server based off OSS TimezoneDB API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"worldtime-mcp-server": {
"command": "npx",
"args": [
"@modelcontextprotocol/inspector",
"worldtime"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Comments