MCP ServerSTDIOOfficialv3.25.12

findtime MCP Server

Query time zones, current times in cities worldwide, and DST rules via the findtime.io API. Built for developers who need to automate meeting scheduling, time conversions, and timezone logic in their AI workflows.

io.github.hkchao/findtime-mcp-server

Hosted URL

Local install

Transport

STDIO

Auth

1 required env var

What the findtime MCP server does

How models use it and what it is built for.

Query time zones, current times in cities worldwide, and DST rules via the findtime.io API. Built for developers who need to automate meeting scheduling, time conversions, and timezone logic in their AI workflows.

Connect to findtime

Local install — runs as a subprocess.

npx @findtime/mcp-server@3.25.12

Environment variables

Configuration this server reads at startup.

  • FINDTIME_TIME_API_KEYRequiredSecret

    findtime.io developer API key used to authenticate requests to the Time API.

  • FINDTIME_TIME_API_BASE_URL

    Optional override for the Time API base URL. Defaults to https://time-api.findtime.io.

  • FINDTIME_MCP_CLIENT_TYPE

    Optional client hint for transport behavior, such as cursor or codex.

Resources

Where to find authoritative docs and source for findtime.

Example prompts for findtime

Paste any of these into Agent Studio after connecting findtime.

  • What time is it right now in Tokyo, London, and New York?
  • Convert 3 PM EST to UTC and Singapore time
  • Is daylight saving time currently active in Berlin?
  • Find the best meeting time for participants in Sydney, San Francisco, and Mumbai

findtime MCP server — FAQ

Common questions about connecting and running findtime.

  • What do I need to set up this MCP server?

    Install via `npx @findtime/mcp-server@3.25.12` and provide a FINDTIME_TIME_API_KEY from findtime.io. Optionally override the API base URL with FINDTIME_TIME_API_BASE_URL if using a custom endpoint.

  • Can I use this server to schedule meetings across time zones?

    Yes. The server supports querying current times, converting between zones, and checking DST rules—all capabilities needed to find overlapping meeting windows across multiple cities.

  • How do I get a FINDTIME_TIME_API_KEY?

    Sign up for a developer account at findtime.io and generate an API key from your dashboard. This key is required to authenticate all time and timezone queries.

  • Does this server handle daylight saving time automatically?

    Yes. The server queries DST status and rules for any city, so time conversions and current-time queries account for DST automatically.

  • Can I override the default API endpoint?

    Yes, set the FINDTIME_TIME_API_BASE_URL environment variable to point to a custom Time API base URL if needed.

Skip the local setup — run MCP in your browser

MCP Playground runs 10,000+ hosted MCP servers — GitHub, Linear, Notion, Stripe, Sentry and more — across Claude, GPT, Gemini, DeepSeek and 30+ AI models. Compare model answers side-by-side, save agent presets, share runs. Zero install.

Open Agent Studio

Related servers

More on MCP Playground