MCP.so
Sign In

WorldTime MCP Server

@usrrname

About WorldTime MCP Server

A timezone MCP server based off OSS TimezoneDB API

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

usrrname

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.

Comments

More Other MCP servers