mcpbeat Sign in

Timezone MCP Server

local only

Timezone MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 13 Jun 2026.

IANA timezone conversions with real DST rules.

Installs per day peak 41 · avg 7 · +68% w/w
a month agotoday
28
Installs / week
npm · @mukundakatta/timezone-mcp
0
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Package points at a different repository mukundakatta/mcp-stack
пакет @mukundakatta/timezone-mcp ссылается на mukundakatta/timezone-mcp

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add timezone-mcp -- npx -y @mukundakatta/timezone-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "timezone-mcp": {
      "args": [
        "-y",
        "@mukundakatta/timezone-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.timezone-mcp]
command = "npx"
args = ["-y", "@mukundakatta/timezone-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "timezone-mcp": {
      "args": [
        "-y",
        "@mukundakatta/timezone-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "timezone-mcp": {
      "args": [
        "-y",
        "@mukundakatta/timezone-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Timezone MCP

same job, measured the same way
Time MCP Server
by lchinglen

MCP server for timezone conversions and time queries with support for IANA timezones

80 installs/wk local only
Time
by worldclock

A real clock for AI agents: current time, timezone conversion, and DST facts from the IANA tzdb.

5 tools answering
Timeapi Io
by pipeworx-io

Keyless time/timezone: current, by IP/coords, conversion, DST, list zones.

40 tools answering
Timestamp Forge MCP
by ryudi84

Unix/ISO timestamp conversion, timezone math, duration calc

47 installs/wk local only
Eigi.ai Voice Agents
by eigi-ai

Create and manage AI voice agents, real-time conversations, and analytics with eigi.ai

answering
Talkback
by jmedure

Chat with your Ableton session in real-time.

45 installs/wk local only
MCP Time
by infoinlet-marketplace

Time & date for AI agents — timezones, conversion, date math, diffs, cron, business days.

23 installs/wk local only
IANA Zones
by sadri-dridi

Common IANA timezone names for clock calls.

29 tools answering

Timezone MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Timezone MCP?
Timezone MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mukundakatta/timezone-mcp was installed 28 times last week.
How do I connect Timezone MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mukundakatta/timezone-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Timezone MCP?
The npm package @mukundakatta/timezone-mcp was installed 28 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Timezone MCP open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.