Zovo Timezone MCP Server
Timezone conversion and world clock tools for AI agents. Local-first, free, no signup.
Documentation
All servers · Buy Pro $19 · All 46 for $39 · Source
Two ways to run it, both free to start. Open mcp.zovo.one/mcp/connect, copy the timezone URL and paste it into any client that takes a URL. It already carries a free token, so there is nothing to install, no account and no header to set. The URL is https://mcp.zovo.one/mcp/timezone/t/<token>. The token is not optional: the bare https://mcp.zovo.one/mcp/timezone connects and lists its tools and then answers every tool call with HTTP 401, so use the link from /mcp/connect or send Authorization: Bearer <token>. Or download timezone.mcpb and double-click it in Claude Desktop.
mcp-timezone
Work with clients in other countries without doing time zone arithmetic in your head. Ask "what time is it for Maria in Lisbon", "convert 3pm Warsaw to New York and Bangalore", or "find an hour next week that works for me, my client in New York and my designer in London" and get an answer you can act on: ranked meeting slots where everyone is inside their own working hours, the exact daily overlap, when the clocks change, how many business days a delivery date is, and a calendar file you can send. Saved contacts, working hours and nothing else live as plain JSON on your own machine.
Built by theluckystrike.
In the official MCP Registry (io.github.theluckystrike/timezone-world-clock-meeting-slots-overlap-ics).

Find a meeting time that works for everyone abroad, convert any time between cities, and write the invite, zero setup, all local.
60-second install
npm publish for @theluckystrike/mcp-timezone is pending. Until then, the .mcpb one-click bundle or a clone+build is the working path, both are verified below.
One-click (.mcpb): download timezone.mcpb from the latest release and double-click it in Claude Desktop: https://github.com/theluckystrike/mcp-servers/releases/latest
(claude_desktop_config.json):
{
"mcpServers": {
"timezone": {
"command": "npx",
"args": ["-y", "@theluckystrike/mcp-timezone"]
}
}
}
Claude Code:
claude mcp add timezone -- npx -y @theluckystrike/mcp-timezone
(.cursor/mcp.json):
{
"mcpServers": {
"timezone": {
"command": "npx",
"args": ["-y", "@theluckystrike/mcp-timezone"]
}
}
}
The npx form above starts working the moment the package is published. Until then, use the.mcpb bundle above, or build from source with exactly these three commands:
git clone https://github.com/theluckystrike/mcp-servers.git && cd mcp-servers
npm install
npm run build -w packages/mcp-license -w servers/timezone
Then point your client's command at node with one arg: the absolute path to servers/timezone/dist/index.js.
To run in Pro mode set MCP_LICENSE_KEY in the same config block, or call license_activate once with your key.
Tools
| Tool | What it does |
|---|---|
now | The current time in any list of places, with the zone abbreviation and UTC offset. With no arguments: this machine's zone and UTC. |
convert_time | Convert a time from one place to any number of others. Reads "2026-09-10 15:00", an ISO timestamp, or "3pm tomorrow" as wall-clock time in from_zone; a trailing Z or an explicit offset wins over from_zone. Flags a next-day or previous-day result, and states which occurrence it used on a DST fold (gap, fold). |
find_meeting_slots | Ranked times where every participant is inside their own working hours, on a 30-minute grid, weekends skipped. Ranked by fairness (see below). |
overlap | The daily window when every listed place is at work, in UTC and in each local clock, computed on a real date so DST weeks are honest. |
dst_changes | Every clock change in a place for a year: the exact UTC instant, the offset before and after, and the local time either side. |
business_days | Business days between two dates in a place, excluding weekends and any holidays you pass. Dates are strict: 2026-02-30 is refused, never rolled forward. |
ics_create | Write a .ics calendar file for one meeting and return the path. Attendees with an email are invited; a name with no email is listed in the description. organizer_email writes the ORGANIZER line. |
contacts_set | Remember a client or teammate's zone and working hours. |
contacts_list | Everyone you have saved, their local time now, and whether they are inside working hours. |
license_status | Free or Pro, and where to upgrade. |
license_activate | Activate a Pro key (verified offline). |
Also exposed: the resource tz://contacts (saved contacts and their current local time) and the prompt schedule_with (proposes times with saved contacts, then offers to write the invite).
What you can say
No tool names required.
| You say | Tool |
|---|---|
| "What time is it in Warsaw, New York and Bangalore right now?" | now |
| "Convert 3pm Warsaw on 10 September to New York and India." | convert_time |
| "Find an hour next week for me in Warsaw, my client in New York and my designer in London." | find_meeting_slots |
| "When are Warsaw and New York both at work?" | overlap |
| "Do the clocks change in Warsaw before our March call?" | dst_changes |
| "How many business days from 1 to 30 September, excluding the 15th?" | business_days |
| "Write me the.ics for Thursday 3pm Warsaw, 45 minutes, invite maria@acme.com." | ics_create |
| "Remember that Maria is in Lisbon and works 10 to 6." | contacts_set |
| "Who's awake right now?" | contacts_list |
Worked example
You: Find an hour next week for me in Warsaw, my client in New York and my designer in London.
find_meeting_slots { participants: [{name:"Me",zone:"Warsaw"},{name:"Client",zone:"New York"},
{name:"Designer",zone:"London"}], duration_minutes: 60, days: 5 }
Assistant: 15 slots fit all 3 participants. Best first:
1. 2026-09-07T13:30:00.000Z fairness 3.00h
Me 15:30-16:30 | Client 09:30-10:30 | Designer 14:30-15:30
Three hours of fairness is not a flaw in the ranking, it is the truth about Warsaw and New York: with 09:00-17:00 days on both sides the shared window is only 15:00-17:00 Warsaw, so somebody's meeting is always far from the middle of their day. The score says so instead of hiding it. Widen one person's hours and the score improves.
You: Write the invite for that one, 45 minutes, and send it to maria@acme.com.
ics_create { title:"Kickoff with Acme", start:"2026-09-10 15:00", zone:"Warsaw",
duration_minutes:45, attendees:[{name:"Maria Nowak", email:"maria@acme.com"}],
organizer_email:"you@yourdomain.com" }
Assistant: Wrote /Users/you/.local/share/mcp-servers/timezone/meeting.ics
Kickoff with Acme: 2026-09-10 15:00 Thu (CEST, UTC+02:00) for 45 min
DTSTART 2026-09-10T13:00:00.000Z (UTC)
How the ranking works
find_meeting_slots scores every candidate by the worst participant's distance from 13:00 local, in hours, and sorts ascending. The worst, not the average, on purpose: a slot that is pleasant for two people and 07:00 for the third must never outrank one that is 10:00 for everybody. A fairness of 0 would mean the meeting sits at midday for all of them; anything under about 2 is comfortable.
A slot is only offered when the whole meeting, start to end, is inside every participant's working window, on their own local calendar day. Weekends in the first participant's zone are skipped. No slot ever starts before earliest_date, if you pass a time with it, slots earlier that day are not proposed.
When nothing fits, the server says so, shows the windows, and then lists the closest times that are somebody's hours, ranked by the total minutes outside, with each person's local time and the working hours that would make each one fit. On the free tier a search longer than 5 days is shortened to 5 days and the answer says so; it is never refused outright.
How places are resolved
City and country names resolve through a built-in table of 490 entries (300+ cities, every commonly used country and US state shorthands). Every entry is verified against Intl.supportedValuesOf("timeZone") at startup; an entry this Node build cannot resolve is dropped with a line on stderr rather than silently answering with the wrong zone.
- A country that spans several zones maps to its main business zone: United States -> America/New_York, Australia -> Australia/Sydney, Canada -> America/Toronto, Brazil -> America/Sao_Paulo, Russia -> Europe/Moscow, Mexico -> America/Mexico_City, Indonesia -> Asia/Jakarta. Name a city when you need a different one.
- IANA ids always work and always win: pass
America/Denverand you get exactly that. UTC+2style offsets resolve to the matching fixed zone (Etc/GMT-2, the Etc signs are inverted by the IANA database, not by this server).- A fixed abbreviation is an offset, not a place.
ESTisEtc/GMT+5(UTC-05:00) all year,PSTisEtc/GMT+8,CETisEtc/GMT-1,JSTisEtc/GMT-9. Mapping them to a DST-observing zone madeESTmean EDT (UTC-04:00) every summer, an hour wrong for half the year. Each answer carries a note naming the place to pass instead ("New York","Los Angeles","Paris"). The region shorthandsET,CT,MT,PTstill name places and keep their clock changes.ISTis read as India (UTC+05:30,Asia/Kolkata, no daylight saving) and the note says so, because IST also names Irish and Israel time. - An unknown name is never guessed. It comes back as an error with suggestions:
unknown time zone or place: "Warsawa". Did you mean: warsaw (Europe/Warsaw)?
DST is not stored here at all. Every offset comes from the ICU data inside your Node build via Intl.DateTimeFormat, so the rules stay current as Node updates instead of going stale in a bundled table.
Free vs Pro
| Free | Pro | |
|---|---|---|
now, convert_time, overlap, dst_changes, business_days | Unlimited | Unlimited |
find_meeting_slots participants | Up to 3 | Unlimited |
find_meeting_slots search window | Up to 5 days (a longer request is shortened, not refused) | Unlimited |
Recurring-slot search (recurring: true) | -- | Yes |
| Saved contacts | 5 | Unlimited |
.ics files | 3 per month | Unlimited |
Pro is $19 one-time, or $39 for every server in the bundle: Get Pro. Activation is offline: keys are Ed25519 signatures verified against a public key compiled into the package.
How it stores data
Contacts and the monthly .ics counter live in one JSON file: ${XDG_DATA_HOME:-~/.local/share}/mcp-servers/timezone/data.json.
Every write happens under an advisory lock at .../timezone/.lock, held across the whole load-mutate-save cycle, so two clients sharing one data dir cannot discard each other's contacts. The save writes a temporary file and renames it into place, so a crash mid-write leaves either the old file or the new one.
If data.json is ever unreadable or not valid JSON, the server does not treat that as "no contacts yet". It moves the file aside byte-for-byte as data.json.corrupt-<timestamp>, writes a data.json.corrupt marker, and every later call fails with data file is corrupt; moved to ...; nothing was written until you restore a good copy and delete the marker.
Dates, times and honest caveats
- A time with no offset is wall-clock time in
from_zone, not UTC.2026-09-10 15:00withfrom_zone: "Warsaw"is 15:00 in Warsaw. A trailingZor an explicit+05:30is honoured exactly andfrom_zoneis then only used for display. - A calendar date is validated, not normalised.
2026-02-30is refused with the reason (February 2026 has 28 days) everywhere a date is read:convert_time,overlap,business_days,ics_createand the holiday list. Nothing is ever rolled forward into March. - A wall time inside a spring-forward gap does not exist, and is refused.
02:30on 2026-03-29 in Warsaw comes back as an error naming both valid neighbours (2026-03-29 01:30and2026-03-29 03:30). Passgap:"forward"to take the time after the jump orgap:"backward"for the one before it; the answer then says which it used. Guessing silently is how a meeting moves an hour once a year. - Ambiguous times in the autumn fold return the FIRST occurrence and say so:
02:30on 2026-10-25 in Warsaw is00:30Z, the CEST reading. Passfold:"second"for01:30Z, the CET one. Both answers name the abbreviation and offset they used. .icsattendees are calendar addresses. An attendee with an email becomesATTENDEE;CN="Name";RSVP=TRUE:mailto:addr, withCNwritten as a quoted RFC 5545 parameter value. A name with no email is listed inDESCRIPTIONinstead of being written as an unroutable address. Any CR, LF or control character in any field is refused, not escaped away: it is what a content-line injection looks like.organizer_emailwrites theORGANIZERline; without it noORGANIZERis written and the answer says so, because replies then have nowhere to go..icsfiles carry UTC times (DTSTART:20260910T130000Z) and noVTIMEZONEblock. That is deliberate: a hand-writtenVTIMEZONEwith stale DST rules is the classic way an invite lands an hour off.- Working hours are the only calendar this server has. It does not know about your existing meetings, public holidays (pass them to
business_daysyourself) or anyone's lunch.business_dayssays so in its own answer when no holiday list is passed, so a "22 business days" figure is never mistaken for a public-holiday-adjusted one. - Argument sizes are capped, so a runaway caller cannot turn one call into a hang or a huge reply: place and date strings 100 characters, event titles 200, descriptions 5000, up to 50 zones, 100 participants, 100 attendees, 400 holidays,
days<= 366,duration_minutes<= 1440, and abusiness_daysrange of at most 3700 days (longer ranges are refused, never silently truncated). out_pathis written where you name it.ics_createresolves a relative path against the process working directory and does not confine it to the data directory; an unwritable path returns a cleanEACCESand consumes none of the free monthly quota.- Weekend skipping uses the first participant's zone and the Saturday/Sunday convention. A Friday-Saturday weekend is not modelled; set
work_start/work_endor read the dates.
Troubleshooting
npxhangs or fails to find the package: npm publish is pending. Use the.mcpbbundle or the clone-and-build path above.- A city is not recognised: the error lists suggestions. Any IANA id always works, so
America/Argentina/Cordobais available even when the city name is not in the table. - Node version: requires Node >= 18. Check with
node -v. Older builds ship older DST rules. - Nothing shows up / silent failures: this server writes to stderr only, never stdout. In Claude Desktop check Settings -> Developer -> the server's log; in Claude Code run with
--mcp-debug. - A Pro key isn't recognized: run
license_status, and confirmMCP_LICENSE_KEYis set in the process the client launches, not just your shell.
Privacy
All data stays local: contacts live in ${XDG_DATA_HOME:-~/.local/share}/mcp-servers/timezone/data.json. The server makes no network requests, has no telemetry and needs no account. Time zone data comes from the ICU database already inside Node.
Pairs with
- mcp-time-tracker, track the hours you spend on those clients and report them.
- mcp-invoice, turn the tracked hours into a numbered PDF invoice for the client abroad.
- office-suite, several servers behind one install, one config entry.
FAQ
Yes, and it does not store any DST rules of its own. Every offset is read from the ICU data in your Node build, so Warsaw and New York being 5 hours apart (not 6) between 8 and 29 March 2026 falls out correctly.
Because a real overlap can be two hours wide. The fairness score reports the worst person's distance from their midday so you can see the cost and decide who absorbs it.
Yes. India (+05:30), Nepal (+05:45), Adelaide (+09:30) and Chatham are handled like any other zone; the slot grid is 30 minutes, so a half-hour zone produces:00 and:30 local starts.
No. It knows only the working hours you give it. It writes .ics files; it never reads or connects to a calendar service.
No. There are no network calls anywhere, including license activation.
License
MIT
One business profile for the whole suite
Your identity is stored once, at ${XDG_DATA_HOME:-~/.local/share}/mcp-servers/profile/business.json, and every server in the suite reads it: the invoice issuer, the docx letterhead, the recurring issuer, expense-tracker's default VAT rate, time-tracker's and timezone's home zone, and the resume and contract letterheads. Set it once with business_set (invoice or docx) - you never repeat it anywhere else. An email address is only ever taken from that profile or from an explicit argument; when none is stored, documents show [add: email] and the tool says so rather than letting anyone improvise an address.
First five minutes
One prompt that scored 3 of 3, measured in round 10, 2026-09-03. Paste it in as it is written.
Find a one-hour slot next week with Tom in Austin inside 9 to 17 for both of us.
Paste this into Claude with the server connected.
What it did, measured in round 10, 2026-09-03: It checked for a saved contact first, then searched Mon 2026-09-07 to Fri 09-11 with both work windows at 09:00-17:00, resolving the bare place name 'Austin' server-side.
On the free tier for this path: Conversions, overlap, DST, business days, slots for up to 3 participants over 5 days, 5 contacts, 3 ics per month.
Or the 46-server bundle for $39.
Set it up in your client
Exact config path, entry and caveats: Claude Desktop · Claude Code · Cursor · VS Code · Windsurf · Cline · Claude.ai and Claude Desktop connectors · all clients
Compared with the alternatives
MCP Timezone Planner vs meeting-mcp and timezone-toolkit - which MCP server to pick · all comparisons
Guides
How to track billable hours inside Claude Code and Cursor · Create an invoice PDF from a chat message with an MCP server · Ask questions about an Excel or CSV file from Cursor or Claude · Watch a product price with Claude and get told when it drops · What the free tier includes and what Pro adds · Log expenses and mileage in Claude, split VAT, rebill to an invoice · Convert currencies in Claude with real ECB rates, no API key · Generate Word proposals and contracts from a chat message · Find a meeting time across time zones without doing the arithmetic · Write a resume and a cover letter from chat, without inventing anything · Bill a retainer on a schedule without a billing SaaS · Assemble a contract from your own clause library, in chat · Connect MCP servers to Claude.ai, Claude Desktop, Cursor and VS Code without installing anything · Merge, split and stamp PDFs from chat, and why some come back as glyph numbers · Read a.ics calendar in Claude: free and busy, conflicts, and billable meetings · Run a kanban board in Claude, with time tracking on the same task · Resize, compress and watermark images from a chat message · Categorize and reconcile a bank CSV export from chat · Send a quote from chat, then turn the yes into an invoice · Put a SEPA payment QR code on an invoice from chat · Zip and unzip archives safely from Claude or Cursor · Client deposits and retainers from chat, applied to your real invoices · Fixed assets and depreciation from chat, on the rates the tax authorities publish · Per diem and travel allowances from chat, on the rate tables the tax authorities publish · One double-entry ledger out of every server you already run · Loan and lease schedules from chat, closing exactly on zero · Work orders and job cards from chat, and why the markup goes on the unit cost · Price lists and rate cards from chat, and the 100x scale gap between the invoice and the quote · Change orders and the running contract value from chat, and why a changed line is two items · A petty cash float from chat, and why the cheque is not the sum of the vouchers · Client statements and payment chasers from chat, aged as at any date you name · Credit notes and purchase orders from chat, against your real invoices · One install, every server: the office-suite bundle · Close a month in chat: invoice, credit note, retainer, bank reconciliation, statement · MCP server not showing up in Claude Desktop: the six checks that find it · Where is claude_desktop_config.json, and what goes in it · claude mcp add: every flag, and the scope that silently loses your server · MCP servers on Windows: spawn npx ENOENT, backslashes and the PATH · Installing these MCP servers when npx does not work yet · Cursor MCP setup: mcp.json, the required type field, and where the servers appear · Which MCP servers work with no network at all · Invoicing an EU client with reverse charge, from a chat message · Quote, deposit, invoice, statement: the whole cycle in one conversation · Is this project making money? Hours against costs, without a spreadsheet · Building a tax year pack for your accountant from chat · Keeping a mileage log in chat, with the rate you actually claim · Reconciling a bank CSV against what you invoiced and spent · Rebilling client expenses, with a markup and the VAT handled honestly · Chasing an unpaid invoice: aging, then the letter · A bill of sale from chat, with the identifiers checked and the signature lines printed · Pricing a job from a rate card, and what to do when the scope changes · Working out your hourly rate from what you actually billed · Converting CSV to xlsx and back without opening Excel · Asking a spreadsheet questions in plain language · Merging a folder of receipts into one PDF from chat · Splitting one big scan into separate documents · Sending a month of paperwork as one archive, safely · MCP servers in VS Code: the one-word mistake that breaks every config · MCP servers in Windsurf and Cline: two defaults that waste an afternoon · Local MCP server or hosted URL: which one, and what you give up · What these MCP servers actually do on the free tier · Choosing an MCP server for invoicing: the seven questions worth asking · When you need an MCP server, and when a prompt is enough · MCP config file locations and JSON keys, every client · Why an MCP server does not appear, in order of likelihood · How MCP registry search actually works, measured · What is actually in the MCP registry: 6,000 rows counted · stdio or streamable HTTP: which MCP transport, and what breaks · MCP protocol versions: what each one changed · Every field in an MCP server config entry, by client · MCP config scopes: which definition wins when a server is defined twice · Where each MCP client writes its logs · Shipping an MCP server: a bundle to download or a URL to paste · What is inside a.mcpb MCP bundle · Charging for an MCP server: how licensing actually works · How much text an MCP server may return, and how much it may describe · What to check before letting an MCP server run · Why a directory says your hosted MCP server is not responding · The MCP registry binds one remote URL to one server name · Capital letters in your GitHub username change your MCP registry rank · How many MCP servers already have your word in the name · server.json field reference for the MCP registry · When an MCP tool fails, do not return a JSON-RPC error · structuredContent and outputSchema in MCP, and what MUST hold · Rules for naming an MCP tool, and the collision nobody plans for · MCP has no session, so how do two tool calls share state · x-mcp-header: mirroring tool parameters into HTTP headers · How a directory scores an MCP server, and why your worst tool decides it · What AI crawlers fetch that Googlebot does not, measured on 141 URLs · Search Console's URL Inspection API changes its answer between calls · Which MCP servers work by pasting a URL, with nothing installed · Where to find MCP servers that cost money, and how you actually pay · Getting an assistant to fill in a quote or estimate for a customer · Is there an MCP server for a petty cash book or a cash ledger · Currency conversion in an assistant, and which MCP server to use · Zipping and unzipping archives from an assistant, and what the guards do · Producing a delivery schedule or a work order document from a chat · Will an MCP server email the invoice to my client · Can an assistant read a photo of a receipt and log the expense · Which MCP server can generate invoice PDFs from a chat message? · Can an MCP server read a bank statement PDF and categorise the transactions? · Best MCP servers for small business accounting and paperwork in 2026 · MCP Supplier Directory: keep supplier lists from rotting in a spreadsheet · MCP Service Agreement: stop copying a rotting contract template off the internet · MCP Maintenance Log: know what service is due without anyone remembering · MCP Mileage Log: keep the deductible log at the moment of the drive, not in April · Invoice payment terms best practices: Net 30, due date and late fees · How to categorize bank transactions · Petty cash log template · All guides
More servers
MCP Per Diem Calculator — Employee Travel Allowances from Claude · MCP Server for Fixed Asset Register — Depreciation from Claude · MCP Server for Statements of Account — Customer Balances from Claude · MCP Server for Cash Book — Receipts, Payments and Balances from Claude · MCP Amortization · MCP Petty Cash Server — Track a Petty Cash Float from Claude · MCP Work Order · MCP Catalogue